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

Disable RepostFormWarningTest#testFormResubmissionCancel and...

Disable RepostFormWarningTest#testFormResubmissionCancel and RepostFormWarningTest#testFormResubmissionContinue since they're flaky.

BUG=454834
TBR=ppi

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

Cr-Commit-Position: refs/heads/master@{#314368}
parent 8a021512
......@@ -8,6 +8,7 @@ import android.app.AlertDialog;
import android.test.suitebuilder.annotation.MediumTest;
import android.test.suitebuilder.annotation.SmallTest;
import org.chromium.base.test.util.DisabledTest;
import org.chromium.base.test.util.Feature;
import org.chromium.chrome.shell.ChromeShellTab;
import org.chromium.chrome.shell.ChromeShellTestBase;
......@@ -51,8 +52,12 @@ public class RepostFormWarningTest extends ChromeShellTestBase {
}
/** Verifies that confirming the form reload performs the reload. */
/*
@MediumTest
@Feature({"Navigation"})
crbug.com/454834
*/
@DisabledTest
public void testFormResubmissionContinue() throws Throwable {
// Load the url posting data for the first time.
postNavigation();
......@@ -78,8 +83,12 @@ public class RepostFormWarningTest extends ChromeShellTestBase {
* after the "Cancel" button is clicked to verify that the load was not triggered, which blocks
* for CallbackHelper's default timeout upon each execution.
*/
/*
@SmallTest
@Feature({"Navigation"})
crbug.com/454834
*/
@DisabledTest
public void testFormResubmissionCancel() throws Throwable {
// Load the url posting data for the first time.
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