| 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 372693ad7b3b31026628cabb5dce5b6eaa1bd306..84f0c5537590782758a8b5f852b4c87480d1101a 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
|
| @@ -47,6 +47,7 @@ import org.chromium.base.library_loader.LibraryLoader;
|
| import org.chromium.base.library_loader.LibraryProcessType;
|
| import org.chromium.base.test.util.CallbackHelper;
|
| import org.chromium.base.test.util.CommandLineFlags;
|
| +import org.chromium.base.test.util.DisabledTest;
|
| import org.chromium.base.test.util.Restriction;
|
| import org.chromium.base.test.util.RetryOnFailure;
|
| import org.chromium.chrome.R;
|
| @@ -268,11 +269,11 @@ public class CustomTabActivityTest extends CustomTabActivityTestBase {
|
|
|
| /**
|
| * Test the entries in the context menu shown when long clicking an image.
|
| - * Restricted to phone due to BUG=crbug.com/655970
|
| + * @SmallTest
|
| + * @RetryOnFailure
|
| + * BUG=crbug.com/655970
|
| */
|
| - @SmallTest
|
| - @RetryOnFailure
|
| - @Restriction(ChromeRestriction.RESTRICTION_TYPE_PHONE)
|
| + @DisabledTest
|
| public void testContextMenuEntriesForImage() throws InterruptedException, TimeoutException {
|
| startCustomTabActivityWithIntent(createMinimalCustomTabIntent());
|
|
|
| @@ -302,12 +303,12 @@ public class CustomTabActivityTest extends CustomTabActivityTestBase {
|
| }
|
|
|
| /**
|
| - * Test the entries in the context menu shown when long clicking an link.
|
| - * Restricted to phone due to BUG=crbug.com/655970
|
| + * Test the entries in the context menu shown when long clicking a link.
|
| + * @SmallTest
|
| + * @RetryOnFailure
|
| + * BUG=crbug.com/655970
|
| */
|
| - @SmallTest
|
| - @RetryOnFailure
|
| - @Restriction(ChromeRestriction.RESTRICTION_TYPE_PHONE)
|
| + @DisabledTest
|
| public void testContextMenuEntriesForLink() throws InterruptedException, TimeoutException {
|
| startCustomTabActivityWithIntent(createMinimalCustomTabIntent());
|
|
|
|
|