summaryrefslogtreecommitdiffstats
path: root/content/browser/background_sync/background_sync_browsertest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/background_sync/background_sync_browsertest.cc')
-rw-r--r--content/browser/background_sync/background_sync_browsertest.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/content/browser/background_sync/background_sync_browsertest.cc b/content/browser/background_sync/background_sync_browsertest.cc
index a5de6ad..60d517e 100644
--- a/content/browser/background_sync/background_sync_browsertest.cc
+++ b/content/browser/background_sync/background_sync_browsertest.cc
@@ -621,7 +621,8 @@ IN_PROC_BROWSER_TEST_F(BackgroundSyncBrowserTest,
EXPECT_FALSE(GetRegistrationOneShot("delay"));
}
-IN_PROC_BROWSER_TEST_F(BackgroundSyncBrowserTest, VerifyRetry) {
+// Disabled due to flakiness. See https://crbug.com/578952.
+IN_PROC_BROWSER_TEST_F(BackgroundSyncBrowserTest, DISABLED_VerifyRetry) {
EXPECT_TRUE(RegisterServiceWorker());
EXPECT_TRUE(LoadTestPage(kDefaultTestURL)); // Control the page.