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

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

Issue 10837188: 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
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(
« 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