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

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

Issue 1422843003: [Android] Disable PrerenderTest.testNoPrerender. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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/PrerenderTest.java
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/PrerenderTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/PrerenderTest.java
index fe223a657968a8546dbc45c2a0178a3685b9af6b..453c9b7e8b8faa616835f0f3e3e13e1620d2e171 100644
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/PrerenderTest.java
+++ b/chrome/android/javatests/src/org/chromium/chrome/browser/PrerenderTest.java
@@ -48,11 +48,15 @@ public class PrerenderTest extends ChromeTabbedActivityTestBase {
/**
* We are using Autocomplete Action Predictor to decide whether or not to prerender.
- /* Without any training data the default action should be no-prerender.
+ *
+ * Without any training data the default action should be no-prerender.
+ *
+ * DISABLED: crbug.com/547941
*/
@LargeTest
@Restriction({RESTRICTION_TYPE_NON_LOW_END_DEVICE})
@Feature({"TabContents"})
+ @DisabledTest
public void testNoPrerender() throws InterruptedException {
String testUrl = TestHttpServerClient.getUrl(
"chrome/test/data/android/prerender/google.html");
« 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