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

Unified Diff: chrome/browser/ui/webui/inspect_ui_browsertest.cc

Issue 9836007: Disable WorkersUITest.SharedWorkersList on Linux (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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: chrome/browser/ui/webui/inspect_ui_browsertest.cc
diff --git a/chrome/browser/ui/webui/inspect_ui_browsertest.cc b/chrome/browser/ui/webui/inspect_ui_browsertest.cc
index 891574460a609b41c6b254e1570230ff261ad576..43f22616fcaa4717d6b482c8d47bc5a46ec658dd 100644
--- a/chrome/browser/ui/webui/inspect_ui_browsertest.cc
+++ b/chrome/browser/ui/webui/inspect_ui_browsertest.cc
@@ -30,12 +30,8 @@ class InspectUITest : public InProcessBrowserTest {
};
// The test fails on Mac OS X and Windows, see crbug.com/89583
-#if defined(OS_LINUX)
-#define MAYBE_SharedWorkersList SharedWorkersList
-#else
-#define MAYBE_SharedWorkersList DISABLED_SharedWorkersList
-#endif
-IN_PROC_BROWSER_TEST_F(InspectUITest, MAYBE_SharedWorkersList) {
+// Intermittently fails on Linux.
+IN_PROC_BROWSER_TEST_F(InspectUITest, DISABLED_SharedWorkersList) {
ASSERT_TRUE(test_server()->Start());
GURL url = test_server()->GetURL(kSharedWorkerTestPage);
ui_test_utils::NavigateToURL(browser(), url);
« 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