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

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

Issue 2331533002: Mark flaky chrome_public tests with @RetryOnFailure Batch 2 (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
Index: chrome/android/javatests/src/org/chromium/chrome/browser/hardware_acceleration/CustomTabActivityHWATest.java
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/hardware_acceleration/CustomTabActivityHWATest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/hardware_acceleration/CustomTabActivityHWATest.java
index 84dcd5fa69c6fddbaf3a8f5f070bceaac477001f..4fc2576a434682d1c8d9ab4142c996f6cfb9ce56 100644
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/hardware_acceleration/CustomTabActivityHWATest.java
+++ b/chrome/android/javatests/src/org/chromium/chrome/browser/hardware_acceleration/CustomTabActivityHWATest.java
@@ -6,6 +6,7 @@ package org.chromium.chrome.browser.hardware_acceleration;
import android.test.suitebuilder.annotation.SmallTest;
+import org.chromium.base.test.util.RetryOnFailure;
import org.chromium.chrome.browser.customtabs.CustomTabActivityTestBase;
import org.chromium.chrome.browser.customtabs.CustomTabsTestUtils;
@@ -15,6 +16,7 @@ import org.chromium.chrome.browser.customtabs.CustomTabsTestUtils;
public class CustomTabActivityHWATest extends CustomTabActivityTestBase {
@SmallTest
+ @RetryOnFailure
public void testHardwareAcceleration() throws Exception {
startCustomTabActivityWithIntent(CustomTabsTestUtils.createMinimalCustomTabIntent(
getInstrumentation().getTargetContext(), "about:blank"));

Powered by Google App Engine
This is Rietveld 408576698