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

Unified Diff: content/browser/debugger/devtools_http_handler_unittest.cc

Issue 11293281: Mark DevToolsHttpHandlerTest.TestStartStop as flaky on Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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/debugger/devtools_http_handler_unittest.cc
diff --git a/content/browser/debugger/devtools_http_handler_unittest.cc b/content/browser/debugger/devtools_http_handler_unittest.cc
index b01c9d9ca6f7776493ad11c7a421ca40875e0152..7d88c1f3c2fd761d6b58f4d0f1edd7dfe3d9e644 100644
--- a/content/browser/debugger/devtools_http_handler_unittest.cc
+++ b/content/browser/debugger/devtools_http_handler_unittest.cc
@@ -84,7 +84,14 @@ class DevToolsHttpHandlerTest : public testing::Test {
scoped_ptr<BrowserThreadImpl> file_thread_;
};
-TEST_F(DevToolsHttpHandlerTest, TestStartStop) {
+// Sometimes, an assertion fails in NotificationRegistrar. http://crbug.com/161027
+#if defined(OS_ANDROID)
+#define MAYBE_TestStartStop DISABLED_TestStartStop
+#else
+#define MAYBE_TestStartStop TestStartStop
+#endif
+
+TEST_F(DevToolsHttpHandlerTest, MAYBE_TestStartStop) {
base::RunLoop run_loop, run_loop_2;
content::DevToolsHttpHandler* devtools_http_handler_ =
content::DevToolsHttpHandler::Start(
« 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