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

Unified Diff: mojo/service_manager/service_manager_unittest.cc

Issue 414893003: Disable flaky mojo_service_manager_unittests test (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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: mojo/service_manager/service_manager_unittest.cc
diff --git a/mojo/service_manager/service_manager_unittest.cc b/mojo/service_manager/service_manager_unittest.cc
index b3601e1b44842b1765bf76b059f943123985165e..a42dc5f0c91b4f1ed1cafae54f33c7ad4c1afbb1 100644
--- a/mojo/service_manager/service_manager_unittest.cc
+++ b/mojo/service_manager/service_manager_unittest.cc
@@ -522,7 +522,8 @@ TEST_F(ServiceManagerTest, DISABLED_BDeleted) {
// Confirm that the url of a service is correctly passed to another service that
// it loads, and that it can be rejected.
-TEST_F(ServiceManagerTest, ANoLoadB) {
+// http://crbug.com/396300
+TEST_F(ServiceManagerTest, DISABLED_ANoLoadB) {
TesterContext context;
ServiceManager sm;
« 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