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

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

Issue 1533983002: Disable tests for PrerenderService. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: import Created 5 years 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/prerender/PrerenderServiceTest.java
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/prerender/PrerenderServiceTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/prerender/PrerenderServiceTest.java
index 63096878e168cdaa80fabbdc38dc8f9b20b4e9b5..a3935ac9a87a8542d1ae821ea5e97851bb1ce4b4 100644
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/prerender/PrerenderServiceTest.java
+++ b/chrome/android/javatests/src/org/chromium/chrome/browser/prerender/PrerenderServiceTest.java
@@ -11,6 +11,7 @@ import org.chromium.base.SysUtils;
import org.chromium.base.ThreadUtils;
import org.chromium.base.test.BaseActivityInstrumentationTestCase;
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.R;
import org.chromium.chrome.browser.ChromeActivity;
@@ -58,6 +59,7 @@ public class PrerenderServiceTest extends
* @throws InterruptedException
*/
@SmallTest
+ @DisabledTest
@Feature({"PrerenderService"})
public void testBindingAndInitializing() throws InterruptedException {
if (SysUtils.isLowEndDevice()) return;
@@ -75,6 +77,7 @@ public class PrerenderServiceTest extends
* @Feature({"PrerenderService"})
* @SmallTest
*/
+ @DisabledTest
public void testPrerenderingSameUrl() throws InterruptedException {
if (SysUtils.isLowEndDevice()) return;
ensureBindingAndInitializingUI();
@@ -89,6 +92,7 @@ public class PrerenderServiceTest extends
* @throws InterruptedException
*/
@SmallTest
+ @DisabledTest
@Feature({"PrerenderService"})
public void testPrerenderingDifferentUrl() throws InterruptedException {
if (SysUtils.isLowEndDevice()) return;
« 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