Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(189)

Unified Diff: content/browser/accessibility/dump_accessibility_tree_browsertest.cc

Issue 1823423003: Disable flaky DumpAccessibilityTreeTest.AccessibilityModalDialogInIframeOpened on mac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Disabled ...InIframeClosed as well Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/accessibility/dump_accessibility_tree_browsertest.cc
diff --git a/content/browser/accessibility/dump_accessibility_tree_browsertest.cc b/content/browser/accessibility/dump_accessibility_tree_browsertest.cc
index e74fbefb3e4ba01bd7c5749819b8a1e3b4a08001..75658246e8e143bb45b7d187fe33bfd107a2662c 100644
--- a/content/browser/accessibility/dump_accessibility_tree_browsertest.cc
+++ b/content/browser/accessibility/dump_accessibility_tree_browsertest.cc
@@ -1116,8 +1116,8 @@ IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest,
RunHtmlTest(FILE_PATH_LITERAL("modal-dialog-opened.html"));
}
-// Flaky on Windows: crbug.com/593846
-#if defined(OS_WIN)
+// Flaky on Windows and Mac: crbug.com/593846
+#if defined(OS_WIN) || defined(OS_MACOSX)
#define MAYBE_AccessibilityModalDialogInIframeClosed \
DISABLED_AccessibilityModalDialogInIframeClosed
#else
@@ -1129,8 +1129,8 @@ IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest,
RunHtmlTest(FILE_PATH_LITERAL("modal-dialog-in-iframe-closed.html"));
}
-// Flaky on Windows: crbug.com/593846
-#if defined(OS_WIN)
+// Flaky on Windows and Mac: crbug.com/593846
+#if defined(OS_WIN) || defined(OS_MACOSX)
#define MAYBE_AccessibilityModalDialogInIframeOpened \
DISABLED_AccessibilityModalDialogInIframeOpened
#else
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698