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

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

Issue 2800703002: Disabling flaky CustomTabActivityTest#testTabReparentingSelectPopup (Closed)
Patch Set: Created 3 years, 8 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 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(
« 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