Index: chrome/browser/extensions/api/web_navigation/web_navigation_apitest.cc |
diff --git a/chrome/browser/extensions/api/web_navigation/web_navigation_apitest.cc b/chrome/browser/extensions/api/web_navigation/web_navigation_apitest.cc |
index 54cefcceaa627b0754e124eeee930b236dbdcfaf..b9a975417b0b42ecc7d72f41a807b05c081f4648 100644 |
--- a/chrome/browser/extensions/api/web_navigation/web_navigation_apitest.cc |
+++ b/chrome/browser/extensions/api/web_navigation/web_navigation_apitest.cc |
@@ -424,10 +424,11 @@ IN_PROC_BROWSER_TEST_F(WebNavigationApiTest, SimpleLoad) { |
RunExtensionSubtest("webnavigation", "test_simpleLoad.html")) << message_; |
} |
-IN_PROC_BROWSER_TEST_F(WebNavigationApiTest, Failures) { |
- ASSERT_TRUE( |
- RunExtensionSubtest("webnavigation", "test_failures.html")) << message_; |
-} |
+//TODO(jochen): Flakily failing after http://crrev.com/150796. |
+//IN_PROC_BROWSER_TEST_F(WebNavigationApiTest, Failures) { |
Mihai Parparita -not on Chrome
2012/08/09 22:48:00
Tests are disabled not by commenting them out, but
|
+// ASSERT_TRUE( |
+// RunExtensionSubtest("webnavigation", "test_failures.html")) << message_; |
+//} |
IN_PROC_BROWSER_TEST_F(WebNavigationApiTest, FilteredTest) { |
ASSERT_TRUE( |