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

Unified Diff: chrome/browser/extensions/api/web_navigation/web_navigation_apitest.cc

Issue 10825315: Revert 150813 - Disable WebNavigationApiTest.Failures for flakiness. (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_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(
« 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