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

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

Issue 2468163002: Disabling CustomTabFromChromeExternalNavigationTest#testIntentWithRedirectToApp due to flakiness (Closed)
Patch Set: Created 4 years, 1 month 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/CustomTabFromChromeExternalNavigationTest.java
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/CustomTabFromChromeExternalNavigationTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/CustomTabFromChromeExternalNavigationTest.java
index ce1e7b35514200df6197016eeab7a349c6b4c54b..251b2dc78e78d05f46c70d3151da100cd6a9ecf4 100644
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/CustomTabFromChromeExternalNavigationTest.java
+++ b/chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/CustomTabFromChromeExternalNavigationTest.java
@@ -7,7 +7,6 @@ package org.chromium.chrome.browser.customtabs;
import android.app.Activity;
import android.content.Intent;
import android.net.Uri;
-import android.test.suitebuilder.annotation.LargeTest;
import android.test.suitebuilder.annotation.MediumTest;
import android.util.Base64;
@@ -15,6 +14,7 @@ import org.chromium.base.ActivityState;
import org.chromium.base.ApplicationStatus;
import org.chromium.base.ThreadUtils;
import org.chromium.base.test.util.CommandLineFlags;
+import org.chromium.base.test.util.DisabledTest;
import org.chromium.base.test.util.Feature;
import org.chromium.chrome.browser.ChromeSwitches;
import org.chromium.chrome.browser.customtabs.CustomTabDelegateFactory.CustomTabNavigationDelegate;
@@ -92,8 +92,10 @@ public class CustomTabFromChromeExternalNavigationTest extends CustomTabActivity
instanceof CustomTabNavigationDelegate);
}
- @Feature("CustomTabFromChrome")
- @LargeTest
+ //@Feature("CustomTabFromChrome")
+ //@LargeTest
+ // Disabled due to flakiness on linux_android_rel_ng (crbug.com/661444).
+ @DisabledTest
public void testIntentWithRedirectToApp() throws Exception {
final String redirectUrl = "https://maps.google.com/maps?q=1600+amphitheatre+parkway";
final String initialUrl = mTestServer.getURL(
« 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