Commit 9d594d63 authored by akalin@chromium.org's avatar akalin@chromium.org

Disable flaky test InstantTest.DoesNotCommitURLs

BUG=143207

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151920 0039d316-1c4b-4281-b951-d872f2087c98
parent f2cef7c3
...@@ -583,7 +583,8 @@ IN_PROC_BROWSER_TEST_F(InstantTest, TransitionsBetweenSearchAndURL) { ...@@ -583,7 +583,8 @@ IN_PROC_BROWSER_TEST_F(InstantTest, TransitionsBetweenSearchAndURL) {
} }
// Test that Instant can't be fooled into committing a URL. // Test that Instant can't be fooled into committing a URL.
IN_PROC_BROWSER_TEST_F(InstantTest, DoesNotCommitURLs) { // Disabled: http://crbug.com/143207
IN_PROC_BROWSER_TEST_F(InstantTest, DISABLED_DoesNotCommitURLs) {
ASSERT_NO_FATAL_FAILURE(SetupInstant("instant.html")); ASSERT_NO_FATAL_FAILURE(SetupInstant("instant.html"));
EXPECT_TRUE(ui_test_utils::BringBrowserWindowToFront(browser())); EXPECT_TRUE(ui_test_utils::BringBrowserWindowToFront(browser()));
......
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