Index: chrome/browser/extensions/api/web_navigation/web_navigation_apitest.cc |
=================================================================== |
--- chrome/browser/extensions/api/web_navigation/web_navigation_apitest.cc (revision 151232) |
+++ chrome/browser/extensions/api/web_navigation/web_navigation_apitest.cc (working copy) |
@@ -424,11 +424,10 @@ |
RunExtensionSubtest("webnavigation", "test_simpleLoad.html")) << message_; |
} |
-//TODO(jochen): Flakily failing after http://crrev.com/150796. |
-//IN_PROC_BROWSER_TEST_F(WebNavigationApiTest, Failures) { |
-// ASSERT_TRUE( |
-// RunExtensionSubtest("webnavigation", "test_failures.html")) << message_; |
-//} |
+IN_PROC_BROWSER_TEST_F(WebNavigationApiTest, Failures) { |
+ ASSERT_TRUE( |
+ RunExtensionSubtest("webnavigation", "test_failures.html")) << message_; |
+} |
IN_PROC_BROWSER_TEST_F(WebNavigationApiTest, FilteredTest) { |
ASSERT_TRUE( |