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

Unified Diff: chrome/browser/site_per_process_interactive_browsertest.cc

Issue 2342853003: Disable FullscreenElementInABAAndExitViaEscapeKey test on Windows due to flakes (Closed)
Patch Set: Created 4 years, 3 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: chrome/browser/site_per_process_interactive_browsertest.cc
diff --git a/chrome/browser/site_per_process_interactive_browsertest.cc b/chrome/browser/site_per_process_interactive_browsertest.cc
index da191b4d974b0b5bfc7616e78b4b838003709477..fb4865c4d3cad8dc1228b99acb351b36ca8671ab 100644
--- a/chrome/browser/site_per_process_interactive_browsertest.cc
+++ b/chrome/browser/site_per_process_interactive_browsertest.cc
@@ -588,8 +588,14 @@ void SitePerProcessInteractiveBrowserTest::FullscreenElementInABA(
EXPECT_EQ("none", GetFullscreenElementId(grandchild));
}
+// Flaky on Windows: https://crbug.com/647311
+#if defined(OS_WIN)
+#define MAYBE_FullscreenElementInABAAndExitViaEscapeKey DISABLED_FullscreenElementInABAAndExitViaEscapeKey
+#else
+#define MAYBE_FullscreenElementInABAAndExitViaEscapeKey FullscreenElementInABAAndExitViaEscapeKey
+#endif
IN_PROC_BROWSER_TEST_F(SitePerProcessInteractiveBrowserTest,
- FullscreenElementInABAAndExitViaEscapeKey) {
+ MAYBE_FullscreenElementInABAAndExitViaEscapeKey) {
FullscreenElementInABA(FullscreenExitMethod::ESC_PRESS);
}
« 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