Commit ee591d5b authored by Mike Wasserman's avatar Mike Wasserman Committed by Commit Bot

Disable flaky AccessibilityEventsAriaComboBoxDelayAddList on Mac

See https://crbug.com/945193#c13

TBR=aboxhall@chromium.org

Bug: 945193
Change-Id: Ia0db3f40992a95707f38170fb5f9823305c73b3d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2472158Reviewed-by: default avatarMichael Wasserman <msw@chromium.org>
Commit-Queue: Michael Wasserman <msw@chromium.org>
Cr-Commit-Position: refs/heads/master@{#817123}
parent cc068bec
......@@ -393,8 +393,9 @@ IN_PROC_BROWSER_TEST_P(DumpAccessibilityEventsTest,
RunEventTest(FILE_PATH_LITERAL("aria-combo-box-focus.html"));
}
// TODO(835455): Fails on Windows.
#if defined(OS_WIN)
// TODO(crbug.com/835455): Fails on Windows.
// TODO(crbug.com/945193): Flaky on Mac.
#if defined(OS_WIN) || defined(OS_MAC)
#define MAYBE_AccessibilityEventsAriaComboBoxDelayAddList \
DISABLED_AccessibilityEventsAriaComboBoxDelayAddList
#else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment