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

Unified Diff: chrome/browser/devtools/devtools_sanity_browsertest.cc

Issue 135553002: Disable flaky DevToolsBeforeUnloadTest.TestDevToolsOnDevTools on linux (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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/devtools/devtools_sanity_browsertest.cc
diff --git a/chrome/browser/devtools/devtools_sanity_browsertest.cc b/chrome/browser/devtools/devtools_sanity_browsertest.cc
index 552cf0560350f663527f42968082317086ea1ed4..51ca8d9013cd5efeed3de4a3e83f9d6a9e01b159 100644
--- a/chrome/browser/devtools/devtools_sanity_browsertest.cc
+++ b/chrome/browser/devtools/devtools_sanity_browsertest.cc
@@ -669,8 +669,8 @@ IN_PROC_BROWSER_TEST_F(DevToolsBeforeUnloadTest,
CloseDevToolsPopupWindow(devtools_window);
}
-// FLaky on Windows bots: see crbug.com/323847
-#if defined(OS_WIN)
+// FLaky on Windows bots: see crbug.com/323847, Linux crbug.com/333554
+#if defined(OS_WIN) || defined(OS_LINUX)
#define MAYBE_TestDevToolsOnDevTools DISABLED_TestDevToolsOnDevTools
#else
#define MAYBE_TestDevToolsOnDevTools TestDevToolsOnDevTools
« 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