Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Unified Diff: chrome/android/javatests/src/org/chromium/chrome/browser/RepostFormWarningTest.java

Issue 894793003: Disable RepostFormWarningTest#testFormResubmissionCancel and RepostFormWarningTest#testFormResubmis… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698