Commit 97b942a7 authored by Karan Bhatia's avatar Karan Bhatia Committed by Commit Bot

Disable flaky NetworkServiceRestartBrowserTest.BrowserIOFactoryAfterStoragePartitionGone.

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

Change-Id: I4f37f4b6309dbafc9d6081ffdadd44f821dd74e7
Reviewed-on: https://chromium-review.googlesource.com/967097Reviewed-by: default avatarKaran Bhatia <karandeepb@chromium.org>
Commit-Queue: Karan Bhatia <karandeepb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#543839}
parent 08d8c3d2
...@@ -555,8 +555,9 @@ IN_PROC_BROWSER_TEST_F(NetworkServiceRestartBrowserTest, ...@@ -555,8 +555,9 @@ IN_PROC_BROWSER_TEST_F(NetworkServiceRestartBrowserTest,
// Make sure the factory returned from // Make sure the factory returned from
// |StoragePartition::GetURLLoaderFactoryForBrowserProcessIOThread()| doesn't // |StoragePartition::GetURLLoaderFactoryForBrowserProcessIOThread()| doesn't
// crash if it's called after the StoragePartition is deleted. // crash if it's called after the StoragePartition is deleted.
// TODO(crbug.com/822891): Disabled since flaky.
IN_PROC_BROWSER_TEST_F(NetworkServiceRestartBrowserTest, IN_PROC_BROWSER_TEST_F(NetworkServiceRestartBrowserTest,
BrowserIOFactoryAfterStoragePartitionGone) { DISABLED_BrowserIOFactoryAfterStoragePartitionGone) {
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