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

Unified Diff: chrome/browser/extensions/api/web_request/web_request_apitest.cc

Issue 10832173: Disable flaky test: ExtensionWebRequestApiTest.WebRequestAuthRequired (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 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/api/web_request/web_request_apitest.cc
===================================================================
--- chrome/browser/extensions/api/web_request/web_request_apitest.cc (revision 150156)
+++ chrome/browser/extensions/api/web_request/web_request_apitest.cc (working copy)
@@ -86,7 +86,9 @@
message_;
}
-IN_PROC_BROWSER_TEST_F(ExtensionWebRequestApiTest, WebRequestAuthRequired) {
+// Flaky (sometimes crash): http://crbug.com/140976
+IN_PROC_BROWSER_TEST_F(ExtensionWebRequestApiTest,
+ DISABLED_WebRequestAuthRequired) {
CancelLoginDialog login_dialog_helper;
ASSERT_TRUE(RunExtensionSubtest("webrequest", "test_auth_required.html")) <<
@@ -224,4 +226,3 @@
// Test split without incognito permission.
RunPermissionTest("split", false, false, "redirected1", "");
}
-
« 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