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

Unified Diff: chrome/browser/android/offline_pages/request_coordinator_factory_unittest.cc

Issue 2622303002: Disable RequestCoordinatorFactoryTest.BuildRequestCoordinator (flaky) (Closed)
Patch Set: Created 3 years, 11 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/android/offline_pages/request_coordinator_factory_unittest.cc
diff --git a/chrome/browser/android/offline_pages/request_coordinator_factory_unittest.cc b/chrome/browser/android/offline_pages/request_coordinator_factory_unittest.cc
index 2ff93c1111be08c57ea8cb61b413de7dcdf845aa..97766c452a0d3f9b86487e35977f268375c54c65 100644
--- a/chrome/browser/android/offline_pages/request_coordinator_factory_unittest.cc
+++ b/chrome/browser/android/offline_pages/request_coordinator_factory_unittest.cc
@@ -27,7 +27,8 @@ void RequestCoordinatorFactoryTest::FlushBlockingPool() {
content::BrowserThread::GetBlockingPool()->FlushForTesting();
}
-TEST_F(RequestCoordinatorFactoryTest, BuildRequestCoordinator) {
+// Flaky on android_n5x_swarming_rel. https://crbug.com/679844
+TEST_F(RequestCoordinatorFactoryTest, DISABLED_BuildRequestCoordinator) {
RequestCoordinatorFactory* factory = RequestCoordinatorFactory::GetInstance();
EXPECT_NE(nullptr, factory);
RequestCoordinator* coordinator1 =
« 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