Commit 4d3c804f authored by Xida Chen's avatar Xida Chen Committed by Commit Bot

Disable DumpAccessibilityTreeTest.DisplayLockingAll

TBR=ioanap@chromium.org
NOTRY=true

Bug: 1043480
Change-Id: I4394dec42a6ca2397c5d23da6f2e0c6636da7b6f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2033324Reviewed-by: default avatarXida Chen <xidachen@chromium.org>
Commit-Queue: Xida Chen <xidachen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#737339}
parent f55a1c13
...@@ -2271,13 +2271,8 @@ IN_PROC_BROWSER_TEST_P(DumpAccessibilityTreeTest, ...@@ -2271,13 +2271,8 @@ IN_PROC_BROWSER_TEST_P(DumpAccessibilityTreeTest,
RunDisplayLockingTest(FILE_PATH_LITERAL("non-activatable.html")); RunDisplayLockingTest(FILE_PATH_LITERAL("non-activatable.html"));
} }
#if defined(OS_WIN) || defined(OS_LINUX) // crbug.com/1043480: disabled due to flakiness.
// The test is flaky on Win and Linux. crbug.com/1043480. IN_PROC_BROWSER_TEST_P(DumpAccessibilityTreeTest, DISABLED_DisplayLockingAll) {
#define MAYBE_DisplayLockingAll DISABLED_DisplayLockingAll
#else
#define MAYBE_DisplayLockingAll DisplayLockingAll
#endif
IN_PROC_BROWSER_TEST_P(DumpAccessibilityTreeTest, MAYBE_DisplayLockingAll) {
RunDisplayLockingTest(FILE_PATH_LITERAL("all.html")); RunDisplayLockingTest(FILE_PATH_LITERAL("all.html"));
} }
......
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