Commit 7667979b authored by Karan Bhatia's avatar Karan Bhatia Committed by Commit Bot

Disable flaky NetworkServiceRestartBrowserTest.BrowserIOSharedFactoryAfterStoragePartitionGone.

TBR=chongz@chromium.org, kinuko@chromium.org
BUG=822585

Change-Id: I926212903064753268cc217ab8ef3be4e9dfaf4c
Reviewed-on: https://chromium-review.googlesource.com/967009
Commit-Queue: Karan Bhatia <karandeepb@chromium.org>
Reviewed-by: default avatarKaran Bhatia <karandeepb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#543788}
parent 0642df2c
...@@ -397,8 +397,11 @@ IN_PROC_BROWSER_TEST_F(NetworkServiceRestartBrowserTest, ...@@ -397,8 +397,11 @@ IN_PROC_BROWSER_TEST_F(NetworkServiceRestartBrowserTest,
// Make sure the factory returned from // Make sure the factory returned from
// |URLLoaderFactoryGetter::GetNetworkFactory()| doesn't crash if // |URLLoaderFactoryGetter::GetNetworkFactory()| doesn't crash if
// it's called after the StoragePartition is deleted. // it's called after the StoragePartition is deleted.
IN_PROC_BROWSER_TEST_F(NetworkServiceRestartBrowserTest, // TODO(crbug.com/822585): Disabled since flaky on at least Linux ASAN and
BrowserIOSharedFactoryAfterStoragePartitionGone) { // Android.
IN_PROC_BROWSER_TEST_F(
NetworkServiceRestartBrowserTest,
DISABLED_BrowserIOSharedFactoryAfterStoragePartitionGone) {
base::ScopedAllowBlockingForTesting allow_blocking; base::ScopedAllowBlockingForTesting allow_blocking;
std::unique_ptr<ShellBrowserContext> browser_context = std::unique_ptr<ShellBrowserContext> browser_context =
std::make_unique<ShellBrowserContext>(true, nullptr); std::make_unique<ShellBrowserContext>(true, nullptr);
......
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