Commit 4ca544fe authored by Chong Zhang's avatar Chong Zhang Committed by Commit Bot

Re-enable flaky NetworkServiceRestartBrowserTest.BrowserIOFactoryAfterStoragePartitionGone

The same issue has been fixed in f8572183.

TBR=kinuko@chromium.org

Bug: 822891
Change-Id: I1f4dcc4e925f315da97b6c7e7ff2278bb1c86564
Reviewed-on: https://chromium-review.googlesource.com/969583Reviewed-by: default avatarChong Zhang <chongz@chromium.org>
Commit-Queue: Chong Zhang <chongz@chromium.org>
Cr-Commit-Position: refs/heads/master@{#544176}
parent ab87e839
......@@ -565,9 +565,8 @@ IN_PROC_BROWSER_TEST_F(NetworkServiceRestartBrowserTest,
// Make sure the factory returned from
// |StoragePartition::GetURLLoaderFactoryForBrowserProcessIOThread()| doesn't
// crash if it's called after the StoragePartition is deleted.
// TODO(crbug.com/822891): Disabled since flaky.
IN_PROC_BROWSER_TEST_F(NetworkServiceRestartBrowserTest,
DISABLED_BrowserIOFactoryAfterStoragePartitionGone) {
BrowserIOFactoryAfterStoragePartitionGone) {
base::ScopedAllowBlockingForTesting allow_blocking;
std::unique_ptr<ShellBrowserContext> browser_context =
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