Commit b89f0113 authored by yolandyan's avatar yolandyan Committed by Commit bot

Disable failing and flaky CTS tests

Disable WebViewClientTest testShouldOverrideUrlLoadingOnCreateWindow,
which has been flaky on L and N bot, and ServiceWorkerClientTest
testServiceWorkerClientInterceptCallback, which has been failing on N bot

BUG=659077, 675809

Review-Url: https://codereview.chromium.org/2590053002
Cr-Commit-Position: refs/heads/master@{#439840}
parent 08db2bec
......@@ -4,5 +4,17 @@
"name": "testPageScroll",
"_bug_id": "crbug.com/534643"
}
],
"android.webkit.cts.WebViewClientTest": [
{
"name": "testShouldOverrideUrlLoadingOnCreateWindow",
"_bug_id": "crbug.com/659077"
}
],
"android.webkit.cts.ServiceWorkerClientTest": [
{
"name": "testServiceWorkerClientInterceptCallback",
"_bug_id": "crbug.com/675809"
}
]
}
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