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

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

Issue 2334133003: Mark flaky chrome_public tests with @RetryOnFailure Batch 4 (Closed)
Patch Set: Created 4 years, 3 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 | chrome/android/javatests/src/org/chromium/chrome/browser/PopupTest.java » ('j') | 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/OSKOverscrollTest.java
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/OSKOverscrollTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/OSKOverscrollTest.java
index a045919f12e021d960b764a915e87b8ada4872f5..cf3d1e26fe5c15c0e560b85bdb92e9eab0e92dcd 100644
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/OSKOverscrollTest.java
+++ b/chrome/android/javatests/src/org/chromium/chrome/browser/OSKOverscrollTest.java
@@ -10,6 +10,7 @@ import android.test.suitebuilder.annotation.MediumTest;
import org.chromium.base.ThreadUtils;
import org.chromium.base.test.util.CommandLineFlags;
+import org.chromium.base.test.util.RetryOnFailure;
import org.chromium.base.test.util.UrlUtils;
import org.chromium.chrome.test.ChromeActivityTestCaseBase;
import org.chromium.content.browser.ContentViewCore;
@@ -110,6 +111,7 @@ public class OSKOverscrollTest extends ChromeActivityTestCaseBase<ChromeActivity
*/
@MediumTest
@CommandLineFlags.Add({ChromeSwitches.ENABLE_OSK_OVERSCROLL})
+ @RetryOnFailure
public void testOnlyVisualViewportResizes()
throws InterruptedException, TimeoutException, ExecutionException {
startMainActivityWithURL(FIXED_FOOTER_PAGE);
« no previous file with comments | « no previous file | chrome/android/javatests/src/org/chromium/chrome/browser/PopupTest.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698