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

Unified Diff: chrome/browser/extensions/api/idle/idle_apitest.cc

Issue 10828248: Disable ExtensionApiTest.Idle on all platforms, since it's flaky everywhere. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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: chrome/browser/extensions/api/idle/idle_apitest.cc
diff --git a/chrome/browser/extensions/api/idle/idle_apitest.cc b/chrome/browser/extensions/api/idle/idle_apitest.cc
index 2bb71a5a70551969ddd38d7456cb279f2617dd7f..63edad7f64fdfb34351a6e7124fb9ea7988af334 100644
--- a/chrome/browser/extensions/api/idle/idle_apitest.cc
+++ b/chrome/browser/extensions/api/idle/idle_apitest.cc
@@ -6,11 +6,7 @@
#include "chrome/browser/extensions/extension_apitest.h"
#include "net/base/mock_host_resolver.h"
-// Sometimes this test fails on Linux: crbug.com/130138
-#if defined(OS_LINUX) || defined(OS_CHROMEOS)
+// This test is flaky: crbug.com/130138
IN_PROC_BROWSER_TEST_F(ExtensionApiTest, DISABLED_Idle) {
-#else
-IN_PROC_BROWSER_TEST_F(ExtensionApiTest, Idle) {
-#endif
ASSERT_TRUE(RunExtensionTest("idle")) << message_;
}
« 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