Commit 1e8a59af authored by jam's avatar jam Committed by Commit bot

Disable RepostFormWarningTest#testFormFirstNavigation since it's flaky.

BUG=454834
TBR=ppi@chromium.org

Review URL: https://codereview.chromium.org/897173002

Cr-Commit-Position: refs/heads/master@{#314709}
parent 11d20a5e
...@@ -38,8 +38,12 @@ public class RepostFormWarningTest extends ChromeShellTestBase { ...@@ -38,8 +38,12 @@ public class RepostFormWarningTest extends ChromeShellTestBase {
} }
/** Verifies that the form resubmission warning is not displayed upon first POST navigation. */ /** Verifies that the form resubmission warning is not displayed upon first POST navigation. */
/*
@MediumTest @MediumTest
@Feature({"Navigation"}) @Feature({"Navigation"})
crbug.com/454834
*/
@DisabledTest
public void testFormFirstNavigation() throws Throwable { public void testFormFirstNavigation() throws Throwable {
// Load the url posting data for the first time. // Load the url posting data for the first time.
postNavigation(); postNavigation();
......
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