Disable failing webview_instrumentation tests on P.
Bug: 1001309
Change-Id: I2570a638d7d590fad066596a656d1e103ac20f94
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1787904
Auto-Submit: Andrew Luo <[email protected]>
Reviewed-by: Ben Pastene <[email protected]>
Commit-Queue: Ben Pastene <[email protected]>
Cr-Commit-Position: refs/heads/master@{#694422}
diff --git a/testing/buildbot/test_suite_exceptions.pyl b/testing/buildbot/test_suite_exceptions.pyl
index e39c3b6..7cc7301 100644
--- a/testing/buildbot/test_suite_exceptions.pyl
+++ b/testing/buildbot/test_suite_exceptions.pyl
@@ -2053,6 +2053,28 @@
'--test-launcher-filter-file=../../testing/buildbot/filters/android.webview_instrumentation_tests_oreo.filter',
],
},
+ 'Android WebView P (dbg)': {
+ #TODO(crbug.com/1001309): Remove test filters once bug is resolved.
+ 'args': [
+ '--gtest-filter=-org.chromium.android_webview.test.AwAutofillTest.testJavascriptNotTriggerSelectControlChangeNotification',
+ ],
+ },
+ },
+ },
+ 'webview_instrumentation_test_apk_no_field_trial': {
+ 'modifications': {
+ 'Android WebView O (dbg)': {
+ #TODO(crbug.com/997362): Remove test filters once bug is resolved.
+ 'args': [
+ '--test-launcher-filter-file=../../testing/buildbot/filters/android.webview_instrumentation_tests_oreo.filter',
+ ],
+ },
+ 'Android WebView P (dbg)': {
+ #TODO(crbug.com/1001309): Remove test filters once bug is resolved.
+ 'args': [
+ '--gtest-filter=-org.chromium.android_webview.test.AwAutofillTest.testJavascriptNotTriggerSelectControlChangeNotification',
+ ],
+ },
},
},
'xr_browser_tests': {