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

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

Issue 2597763002: Disable flaky test testFetchResourceLoadingError. (Closed)
Patch Set: Add missing import 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 c6bbb43394a1232c3ced4ef81823641c2d566e2f..654efeee7184ac2f72c22f645bb92adf32e1d788 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
@@ -8,6 +8,7 @@ import android.test.suitebuilder.annotation.SmallTest;
import org.chromium.android_webview.AwContents;
import org.chromium.android_webview.AwContentsClient.AwWebResourceRequest;
+import org.chromium.base.test.util.DisabledTest;
import org.chromium.content.browser.test.util.TestCallbackHelperContainer;
import org.chromium.net.test.util.TestWebServer;
@@ -99,6 +100,7 @@ public class AwServiceWorkerClientTest extends AwTestBase {
// Verify that WebView ServiceWorker code can properly handle resource loading errors
// that happened in ServiceWorker fetches.
+ @DisabledTest(message = "Disable for flakyness http://crbug.com/676422")
@SmallTest
public void testFetchResourceLoadingError() throws Throwable {
final String fullIndexUrl = mWebServer.setResponse("/index.html", INDEX_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