Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1415)

Unified Diff: chrome/browser/extensions/fetch_apitest.cc

Issue 2804233003: extensions: disable a flaky ExtensionFetchTest (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/fetch_apitest.cc
diff --git a/chrome/browser/extensions/fetch_apitest.cc b/chrome/browser/extensions/fetch_apitest.cc
index 24336bae83d1ae826f3976d15ba30ee2186c06e7..9ea89c0c434c678bc435864d9bb5b49951e9024b 100644
--- a/chrome/browser/extensions/fetch_apitest.cc
+++ b/chrome/browser/extensions/fetch_apitest.cc
@@ -95,8 +95,10 @@ IN_PROC_BROWSER_TEST_F(ExtensionFetchTest, ExtensionCanFetchExtensionResource) {
extension->id(), GetFetchScript("chrome.runtime.getURL('text')")));
}
-IN_PROC_BROWSER_TEST_F(ExtensionFetchTest,
- ExtensionCanFetchHostedResourceWithHostPermissions) {
+// Disabled: https://crbug.com/709466
+IN_PROC_BROWSER_TEST_F(
+ ExtensionFetchTest,
+ DISABLED_ExtensionCanFetchHostedResourceWithHostPermissions) {
TestExtensionDir dir;
dir.WriteManifestWithSingleQuotes(
"{"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698