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

Unified Diff: scripts/slave/recipe_modules/chromium_android/api.py

Issue 1815033004: Disable WebView CTS WebChromeClientTest#testOnJsBeforeUnload (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 9 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: scripts/slave/recipe_modules/chromium_android/api.py
diff --git a/scripts/slave/recipe_modules/chromium_android/api.py b/scripts/slave/recipe_modules/chromium_android/api.py
index 71ccb2579eaa29cc0601120f688a026505021efa..62c36366902ace5766b661f4aa68929c713964d5 100644
--- a/scripts/slave/recipe_modules/chromium_android/api.py
+++ b/scripts/slave/recipe_modules/chromium_android/api.py
@@ -965,6 +965,10 @@ class AndroidApi(recipe_api.RecipeApi):
'android.webkit.cts.WebViewSslTest': [
'testSslErrorProceedResponseNotReusedForDifferentHost',
],
+ # crbug.com/594573
+ 'android.webkit.cts.WebChromeClientTest': [
+ 'testOnJsBeforeUnload',
+ ],
}
cts_base_dir = self.m.path.mkdtemp('cts')
« 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