Chromium Code Reviews| 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 41dd3405fbd703382cbc8241e1fbe8bc46d746a3..08f5be699575423b439b6724ee2dab871e6e7291 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 |
| @@ -660,8 +660,9 @@ public class CustomTabActivityTest extends CustomTabActivityTestBase { |
| /** |
| * Test whether a custom tab can be reparented to a new activity while showing a select popup. |
| */ |
| - @SmallTest |
| - @RetryOnFailure |
| + // @SmallTest |
| + // @RetryOnFailure |
| + @DisabledTest // Disabled due to flakiness on browser_side_navigation apk - see crbug.com/707766 |
|
Peter Beverloo
2017/04/05 13:23:07
Note that this is more commonly added to the doc b
|
| public void testTabReparentingSelectPopup() throws InterruptedException { |
| LocationSettingsTestUtil.setSystemLocationSettingEnabled(true); |
| startCustomTabActivityWithIntent(CustomTabsTestUtils.createMinimalCustomTabIntent( |