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

Unified Diff: content/browser/top_document_isolation_browsertest.cc

Issue 2236023002: Disable TopDocumentIsolationTest#NavigateToSubframeSiteWithPopup2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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/top_document_isolation_browsertest.cc
diff --git a/content/browser/top_document_isolation_browsertest.cc b/content/browser/top_document_isolation_browsertest.cc
index bca52ee136668dde5490ca319ac181a6667af153..b0409db840625a8689289aec953c485ae552759d 100644
--- a/content/browser/top_document_isolation_browsertest.cc
+++ b/content/browser/top_document_isolation_browsertest.cc
@@ -278,16 +278,9 @@ IN_PROC_BROWSER_TEST_F(TopDocumentIsolationTest,
DepictFrameTree(root()));
}
-// Flaky on Mac and Windows. See http://crbug.com/611300.
-#if defined(OS_MACOSX) || defined(OS_WIN)
-#define MAYBE_NavigateToSubframeSiteWithPopup2 \
- DISABLED_NavigateToSubframeSiteWithPopup2
-#else
-#define MAYBE_NavigateToSubframeSiteWithPopup2 NavigateToSubframeSiteWithPopup2
-#endif
-
+// Flaky. See http://crbug.com/611300.
IN_PROC_BROWSER_TEST_F(TopDocumentIsolationTest,
- MAYBE_NavigateToSubframeSiteWithPopup2) {
+ DISABLED_NavigateToSubframeSiteWithPopup2) {
if (content::AreAllSitesIsolatedForTesting())
return; // Top Document Isolation is disabled in this mode.
« 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