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

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

Issue 1960833002: aw: Disable quota manager tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: reupload Created 4 years, 7 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: android_webview/javatests/src/org/chromium/android_webview/test/AwQuotaManagerBridgeTest.java
diff --git a/android_webview/javatests/src/org/chromium/android_webview/test/AwQuotaManagerBridgeTest.java b/android_webview/javatests/src/org/chromium/android_webview/test/AwQuotaManagerBridgeTest.java
index 6501013d976e6336fad34db3c5621d07232bdb80..0bbb703854ecb41ea0259fcd66396bac28cc53b5 100644
--- a/android_webview/javatests/src/org/chromium/android_webview/test/AwQuotaManagerBridgeTest.java
+++ b/android_webview/javatests/src/org/chromium/android_webview/test/AwQuotaManagerBridgeTest.java
@@ -4,7 +4,6 @@
package org.chromium.android_webview.test;
-import android.test.suitebuilder.annotation.LargeTest;
import android.util.Pair;
import android.webkit.ValueCallback;
@@ -12,7 +11,7 @@ import org.chromium.android_webview.AwContents;
import org.chromium.android_webview.AwQuotaManagerBridge;
import org.chromium.android_webview.AwSettings;
import org.chromium.android_webview.test.util.AwQuotaManagerBridgeTestUtil;
-import org.chromium.base.test.util.Feature;
+import org.chromium.base.test.util.DisabledTest;
import org.chromium.content.browser.test.util.CallbackHelper;
import org.chromium.net.test.util.TestWebServer;
@@ -158,8 +157,12 @@ public class AwQuotaManagerBridgeTest extends AwTestBase {
"window.applicationCache.update();");
}
+ /*
@LargeTest
@Feature({"AndroidWebView", "WebStore"})
+ Too flaky. See crbug.com/609977.
+ */
+ @DisabledTest
public void testDeleteAllWithAppCache() throws Exception {
final long initialUsage = getUsageForOrigin(mOrigin);
@@ -180,8 +183,12 @@ public class AwQuotaManagerBridgeTest extends AwTestBase {
});
}
+ /*
@LargeTest
@Feature({"AndroidWebView", "WebStore"})
+ Too flaky. See crbug.com/609977.
+ */
+ @DisabledTest
public void testDeleteOriginWithAppCache() throws Exception {
final long initialUsage = getUsageForOrigin(mOrigin);
@@ -202,8 +209,12 @@ public class AwQuotaManagerBridgeTest extends AwTestBase {
});
}
+ /*
@LargeTest
@Feature({"AndroidWebView", "WebStore"})
+ Too flaky. See crbug.com/609977.
+ */
+ @DisabledTest
public void testGetResultsMatch() throws Exception {
useAppCache();
« 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