DescriptionFix conditional disabling of flaky AutomationApiTest.Mixins
Change https://codereview.chromium.org/1014543006 was supposed to disable
AutomationApiTest.Mixins because it is flaky (it fails ~8% of the time on
Windows, and is also flaky on Linux).
However the disabling didn't work because the newly created MAYBE_Mixins
macro is never used. This fixes that by renaming the test.
The line that always fails is:
assertEq(2, input.textSelStart);
The output is:
Actual: 0
Expected: 2
R=ellyjones@chromium.org
TBR=aboxhall@chromium.org
BUG=467921
Committed: https://crrev.com/4e2f4e9ea13d850e16f3aa2c5a9ee2273608f564
Cr-Commit-Position: refs/heads/master@{#330202}
Patch Set 1 #
Messages
Total messages: 8 (1 generated)
|