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

Unified Diff: android_webview/javatests/src/org/chromium/android_webview/test/AwServiceWorkerClientTest.java

Issue 2595423003: Disable flaky testFetchHttpError (Closed)
Patch Set: Created 4 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: android_webview/javatests/src/org/chromium/android_webview/test/AwServiceWorkerClientTest.java
diff --git a/android_webview/javatests/src/org/chromium/android_webview/test/AwServiceWorkerClientTest.java b/android_webview/javatests/src/org/chromium/android_webview/test/AwServiceWorkerClientTest.java
index f31b6451376a64150f71e95950d6b6f262237277..05fc446bffd129d47d60535db17feb3fb8cdf336 100644
--- a/android_webview/javatests/src/org/chromium/android_webview/test/AwServiceWorkerClientTest.java
+++ b/android_webview/javatests/src/org/chromium/android_webview/test/AwServiceWorkerClientTest.java
@@ -83,6 +83,7 @@ public class AwServiceWorkerClientTest extends AwTestBase {
// Verify that WebView ServiceWorker code can properly handle http errors that happened
// in ServiceWorker fetches.
@SmallTest
+ @DisabledTest(message = "Disable for flakyness http://crbug.com/676422")
public void testFetchHttpError() throws Throwable {
final String fullIndexUrl = mWebServer.setResponse("/index.html", INDEX_HTML, null);
final String fullSwUrl = mWebServer.setResponse("/sw.js", SW_HTML, null);
« 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