Enable IntegrationTest.COMRegistration test.
The test failed on the Win7 Debug CI bot because the COM apartment of the code making COM calls in the unit test was not initialized. COM apartment initialization must be done per-process or at least, per thread. It is unwise to do it per-function. Bug: 1149213 Change-Id: I4ef5ae6396bbb101da3f6dfdccf070e54ae26983 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2543122Reviewed-by:S. Ganesh <ganesh@chromium.org> Commit-Queue: Sorin Jianu <sorin@chromium.org> Cr-Commit-Position: refs/heads/master@{#827985}
Showing
Please register or sign in to comment