Chromium Code Reviews

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

Issue 5221001: Disable ExtensionApiTest.JavaScriptURLPermissions, it flakily hits an asserti... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« 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/extension_javascript_url_apitest.cc
===================================================================
--- chrome/browser/extensions/extension_javascript_url_apitest.cc (revision 66599)
+++ chrome/browser/extensions/extension_javascript_url_apitest.cc (working copy)
@@ -5,7 +5,8 @@
#include "chrome/browser/extensions/extension_apitest.h"
#include "net/base/mock_host_resolver.h"
-IN_PROC_BROWSER_TEST_F(ExtensionApiTest, JavaScriptURLPermissions) {
+// Disabled, http://crbug.com/63589.
+IN_PROC_BROWSER_TEST_F(ExtensionApiTest, DISABLED_JavaScriptURLPermissions) {
host_resolver()->AddRule("a.com", "127.0.0.1");
host_resolver()->AddRule("b.com", "127.0.0.1");
ASSERT_TRUE(StartTestServer());
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine