Commit 490e6e9c authored by David Bertoni's avatar David Bertoni Committed by Commit Bot

[Extensions] Re-enable an ExtensionFetchTest.

The ExtensionCannotFetchHostedResourceWithoutHostPermissions is
no longer flaky.

Bug: 1038156
Change-Id: Iecadf163ddd5be64e296188352ae3a268fe715a5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2140777Reviewed-by: default avatarArchana Simha <archanasimha@chromium.org>
Commit-Queue: David Bertoni <dbertoni@chromium.org>
Cr-Commit-Position: refs/heads/master@{#758542}
parent 0c8c5dae
...@@ -153,10 +153,9 @@ IN_PROC_BROWSER_TEST_F(ExtensionFetchTest, ...@@ -153,10 +153,9 @@ IN_PROC_BROWSER_TEST_F(ExtensionFetchTest,
"example.com", "/extensions/test_file.txt")))); "example.com", "/extensions/test_file.txt"))));
} }
// TODO(crbug.com/1038156): Test is flaky.
IN_PROC_BROWSER_TEST_F( IN_PROC_BROWSER_TEST_F(
ExtensionFetchTest, ExtensionFetchTest,
DISABLED_ExtensionCannotFetchHostedResourceWithoutHostPermissions) { ExtensionCannotFetchHostedResourceWithoutHostPermissions) {
TestExtensionDir dir; TestExtensionDir dir;
constexpr char kManifest[] = constexpr char kManifest[] =
R"({ R"({
......
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