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

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

Issue 19715002: Disabling failing/crashing androidwebview tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: New bug corresponding to the crashing test Created 7 years, 5 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 | « android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java ('k') | 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/LoadDataWithBaseUrlTest.java
diff --git a/android_webview/javatests/src/org/chromium/android_webview/test/LoadDataWithBaseUrlTest.java b/android_webview/javatests/src/org/chromium/android_webview/test/LoadDataWithBaseUrlTest.java
index 8871ebee369ea0d3774bc659fc872f1f5c852edf..42442017247040bab12e29c3978c9288f14ddc15 100644
--- a/android_webview/javatests/src/org/chromium/android_webview/test/LoadDataWithBaseUrlTest.java
+++ b/android_webview/javatests/src/org/chromium/android_webview/test/LoadDataWithBaseUrlTest.java
@@ -153,8 +153,12 @@ public class LoadDataWithBaseUrlTest extends AwTestBase {
}
}
- @SmallTest
- @Feature({"AndroidWebView"})
+ /**
+ * @SmallTest
+ * @Feature({"AndroidWebView"})
+ * crbug.com/261409
+ */
+ @DisabledTest
public void testCrossOrigin() throws Throwable {
TestWebServer webServer = null;
try {
« no previous file with comments | « android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698