| Index: chrome/android/javatests/src/org/chromium/chrome/browser/RepostFormWarningTest.java
|
| diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/RepostFormWarningTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/RepostFormWarningTest.java
|
| index de5c5f44ce0efff72e860fb88d3d04a24f30c196..73cf1a5b59bb00eb6b85b873334882f2deeb4999 100644
|
| --- a/chrome/android/javatests/src/org/chromium/chrome/browser/RepostFormWarningTest.java
|
| +++ b/chrome/android/javatests/src/org/chromium/chrome/browser/RepostFormWarningTest.java
|
| @@ -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();
|
|
|