Commit f750be98 authored by dalecurtis@google.com's avatar dalecurtis@google.com

Disable WebNavigationApiTest.Failures for flakiness.

Failing on the ChromiumOS Dbg Bots.

BUG=141497,139117
TEST=none
TBR=jochen

Review URL: https://chromiumcodereview.appspot.com/10837188

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150813 0039d316-1c4b-4281-b951-d872f2087c98
parent e5a57b68
...@@ -424,10 +424,11 @@ IN_PROC_BROWSER_TEST_F(WebNavigationApiTest, SimpleLoad) { ...@@ -424,10 +424,11 @@ IN_PROC_BROWSER_TEST_F(WebNavigationApiTest, SimpleLoad) {
RunExtensionSubtest("webnavigation", "test_simpleLoad.html")) << message_; RunExtensionSubtest("webnavigation", "test_simpleLoad.html")) << message_;
} }
IN_PROC_BROWSER_TEST_F(WebNavigationApiTest, Failures) { //TODO(jochen): Flakily failing after http://crrev.com/150796.
ASSERT_TRUE( //IN_PROC_BROWSER_TEST_F(WebNavigationApiTest, Failures) {
RunExtensionSubtest("webnavigation", "test_failures.html")) << message_; // ASSERT_TRUE(
} // RunExtensionSubtest("webnavigation", "test_failures.html")) << message_;
//}
IN_PROC_BROWSER_TEST_F(WebNavigationApiTest, FilteredTest) { IN_PROC_BROWSER_TEST_F(WebNavigationApiTest, FilteredTest) {
ASSERT_TRUE( ASSERT_TRUE(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment