Skip to content

Commit

Permalink
Excluded testSetNetwork test variants from WebView CTS Android 13
Browse files Browse the repository at this point in the history
Excluded 2 failing test variants as a quick fix:
"android.webkit.cts.PacProcessorTest#testSetNetwork"
"android.webkit.cts.WebViewTest#testSetNetworkAvailable"

They are failing on builders "android-webview-13-x64-dbg-tests"
and "android-13-x64-rel" because network is disabled on the
Android 13 emulator (crbug.com/1368663).


Bug: 1412802
Change-Id: Idbd62765bbdaf44f0589e88b0251e99c1d8be0cc
Cq-Include-Trybots: luci.chromium.try:android-webview-13-x64-dbg
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4221247
Reviewed-by: Nate Fischer <ntfschr@chromium.org>
Commit-Queue: Gabrielle Lau <gabriellelau@google.com>
Cr-Commit-Position: refs/heads/main@{#1101097}
  • Loading branch information
gabrielle-lau authored and Chromium LUCI CQ committed Feb 3, 2023
1 parent e880909 commit 75ff481
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions android_webview/tools/cts_config/webview_cts_gcs_path.json
Original file line number Diff line number Diff line change
Expand Up @@ -731,6 +731,14 @@
{
"match": "android.webkit.cts.WebViewClientTest#testOnSafeBrowsingHitBackToSafety",
"_bug_id": "crbug.com/1245351"
},
{
"match": "android.webkit.cts.PacProcessorTest#testSetNetwork",
"_bug_id": "crbug.com/1368663"
},
{
"match": "android.webkit.cts.WebViewTest#testSetNetworkAvailable",
"_bug_id": "crbug.com/1368663"
}
]
},
Expand Down

0 comments on commit 75ff481

Please sign in to comment.