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

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

Issue 1337213003: Disable flaky CustomTabs test on Svelte devices. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | 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/customtabs/CustomTabActivityTest.java
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/CustomTabActivityTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/CustomTabActivityTest.java
index 55af5cb965bdbf5f16daad72d538fa05f915869a..53adf0e23de3cf4eac00c892f2d8a87f3ac58d1f 100644
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/CustomTabActivityTest.java
+++ b/chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/CustomTabActivityTest.java
@@ -4,6 +4,8 @@
package org.chromium.chrome.browser.customtabs;
+import static org.chromium.base.test.util.Restriction.RESTRICTION_TYPE_NON_LOW_END_DEVICE;
+
import android.app.Application;
import android.app.Instrumentation;
import android.app.PendingIntent;
@@ -29,6 +31,7 @@ import android.widget.ImageButton;
import org.chromium.base.ThreadUtils;
import org.chromium.base.library_loader.LibraryProcessType;
+import org.chromium.base.test.util.Restriction;
import org.chromium.chrome.R;
import org.chromium.chrome.browser.ChromeActivity;
import org.chromium.chrome.browser.ChromeTabbedActivity;
@@ -532,6 +535,7 @@ public class CustomTabActivityTest extends CustomTabActivityTestBase {
* only one in the navigation history.
*/
@SmallTest
+ @Restriction(RESTRICTION_TYPE_NON_LOW_END_DEVICE)
public void testPrecreatedRenderer() {
CustomTabsConnection connection = warmUpAndWait();
ICustomTabsCallback cb = new CustomTabsTestUtils.DummyCallback();
« 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