Commit 6881c389 authored by Theresa's avatar Theresa Committed by Commit Bot

Disable flaky ClearSiteDataHandlerBrowserTest.CacheIntegrationTest

TBR=msramek@chromium.org
BUG=894572

Change-Id: Ib9e4b0f6ec7376e727d43ae9a5b397f1e196087a
Reviewed-on: https://chromium-review.googlesource.com/c/1286351Reviewed-by: default avatarTheresa <twellington@chromium.org>
Commit-Queue: Theresa <twellington@chromium.org>
Cr-Commit-Position: refs/heads/master@{#600437}
parent 472aeabc
...@@ -933,8 +933,10 @@ IN_PROC_BROWSER_TEST_F(ClearSiteDataHandlerBrowserTest, ...@@ -933,8 +933,10 @@ IN_PROC_BROWSER_TEST_F(ClearSiteDataHandlerBrowserTest,
// TODO(msramek): Add integration tests for other storage data types, such as // TODO(msramek): Add integration tests for other storage data types, such as
// local storage, indexed DB, etc. // local storage, indexed DB, etc.
// Disabled due to flakiness. See https://crbug.com/894572.
// Integration test for the deletion of cache entries. // Integration test for the deletion of cache entries.
IN_PROC_BROWSER_TEST_F(ClearSiteDataHandlerBrowserTest, CacheIntegrationTest) { IN_PROC_BROWSER_TEST_F(ClearSiteDataHandlerBrowserTest,
Disabled_CacheIntegrationTest) {
GURL url1 = GetURLForHTTPSHost1("/cachetime/foo"); GURL url1 = GetURLForHTTPSHost1("/cachetime/foo");
GURL url2 = GetURLForHTTPSHost1("/cachetime/bar"); GURL url2 = GetURLForHTTPSHost1("/cachetime/bar");
GURL url3 = GetURLForHTTPSHost2("/cachetime/foo"); GURL url3 = GetURLForHTTPSHost2("/cachetime/foo");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment