Commit 04d1eec3 authored by Nate Fischer's avatar Nate Fischer Committed by Commit Bot

AW: enable Safe Browsing tests

These were fixed by SafeBrowsingCommittedInterstitials, which is on by
default since M82. We no longer need to skip these tests.

Fixed: 1006953
Test: N/A
Change-Id: I0d7659c055fa9c51e93dc0a82bccff7a0b4fcf72
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2107683
Commit-Queue: Nate Fischer <ntfschr@chromium.org>
Commit-Queue: Bo <boliu@chromium.org>
Auto-Submit: Nate Fischer <ntfschr@chromium.org>
Reviewed-by: default avatarBo <boliu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#751070}
parent d359aeec
...@@ -245,13 +245,7 @@ ...@@ -245,13 +245,7 @@
}, },
"test_runs": [ "test_runs": [
{ {
"apk": "android-cts/testcases/CtsWebkitTestCases.apk", "apk": "android-cts/testcases/CtsWebkitTestCases.apk"
"excludes": [
{
"match": "android.webkit.cts.WebViewClientTest#testOnSafeBrowsingHit",
"_bug_id": "crbug.com/1006953"
}
]
}, },
{ {
"apk": "android-cts/testcases/CtsWebViewStartupApp.apk" "apk": "android-cts/testcases/CtsWebViewStartupApp.apk"
...@@ -273,29 +267,7 @@ ...@@ -273,29 +267,7 @@
}, },
"test_runs": [ "test_runs": [
{ {
"apk": "android-cts/testcases/CtsWebkitTestCases.apk", "apk": "android-cts/testcases/CtsWebkitTestCases.apk"
"excludes": [
{
"match": "android.webkit.cts.WebViewClientTest#testOnSafeBrowsingBillingCode",
"_bug_id": "crbug.com/1006953"
},
{
"match": "android.webkit.cts.WebViewClientTest#testOnSafeBrowsingHitBackToSafety",
"_bug_id": "crbug.com/1006953"
},
{
"match": "android.webkit.cts.WebViewClientTest#testOnSafeBrowsingMalwareCode",
"_bug_id": "crbug.com/1006953"
},
{
"match": "android.webkit.cts.WebViewClientTest#testOnSafeBrowsingPhishingCode",
"_bug_id": "crbug.com/1006953"
},
{
"match": "android.webkit.cts.WebViewClientTest#testOnSafeBrowsingUnwantedSoftwareCode",
"_bug_id": "crbug.com/1006953"
}
]
}, },
{ {
"apk": "android-cts/testcases/CtsWebViewStartupApp.apk" "apk": "android-cts/testcases/CtsWebViewStartupApp.apk"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment