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

Unified Diff: services/navigation/navigation_unittest.cc

Issue 2063833002: Disable flaky NavigationTest.Navigate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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: services/navigation/navigation_unittest.cc
diff --git a/services/navigation/navigation_unittest.cc b/services/navigation/navigation_unittest.cc
index b1d80fe793992f68b2aa4f5086c8aed244a6bf78..ed61eef126e1e506b21de446cae4df24dd68be3c 100644
--- a/services/navigation/navigation_unittest.cc
+++ b/services/navigation/navigation_unittest.cc
@@ -70,7 +70,8 @@ class NavigationTest : public shell::test::ShellTest,
DISALLOW_COPY_AND_ASSIGN(NavigationTest);
};
-TEST_F(NavigationTest, Navigate) {
+// See crbug.com/619523
+TEST_F(NavigationTest, DISABLED_Navigate) {
mojom::ViewFactoryPtr view_factory;
connector()->ConnectToInterface("exe:navigation", &view_factory);
« 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