Commit 57dbabe7 authored by Dominic Battre's avatar Dominic Battre Committed by Commit Bot

Disabled falky ExtensionStorageMonitorTest.TwoHostedAppsInSameOrigin

TBR=nasko@chromium.org,nick@chromium.org,rdevlin.cronin@chromium.org

Bug: 799022
Change-Id: I7db594de0aaaecda8d3d7f0bcd8cf8ea16abb3c9
Reviewed-on: https://chromium-review.googlesource.com/850393Reviewed-by: default avatarDominic Battré <battre@chromium.org>
Commit-Queue: Dominic Battré <battre@chromium.org>
Cr-Commit-Position: refs/heads/master@{#526973}
parent 497648e7
...@@ -383,7 +383,9 @@ IN_PROC_BROWSER_TEST_F(ExtensionStorageMonitorTest, ...@@ -383,7 +383,9 @@ IN_PROC_BROWSER_TEST_F(ExtensionStorageMonitorTest,
// Exercises the case where two hosted apps are same-origin but have non- // Exercises the case where two hosted apps are same-origin but have non-
// overlapping extents. Disabling one should not suppress storage monitoring for // overlapping extents. Disabling one should not suppress storage monitoring for
// the other. // the other.
IN_PROC_BROWSER_TEST_F(ExtensionStorageMonitorTest, TwoHostedAppsInSameOrigin) { // Disabled for flakiness. crbug.com/799022
IN_PROC_BROWSER_TEST_F(ExtensionStorageMonitorTest,
DISABLED_TwoHostedAppsInSameOrigin) {
ASSERT_TRUE(embedded_test_server()->Start()); ASSERT_TRUE(embedded_test_server()->Start());
GURL url1 = embedded_test_server()->GetURL( GURL url1 = embedded_test_server()->GetURL(
......
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