Commit 68a277ff authored by Reilly Grant's avatar Reilly Grant Committed by Commit Bot

Disable ChromeServiceWorkerFetchPPAPITest.NotInterceptedByServiceWorker

This test appears to time out flakily.

TBR=ftirelo@chromium.org

Bug: 1113802
Change-Id: Id6280cac06c7deed2b8c2c7ae7c1a524e6246ded
No-Presubmit: true
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340277Reviewed-by: default avatarReilly Grant <reillyg@chromium.org>
Reviewed-by: default avatarFabio Tirelo <ftirelo@chromium.org>
Commit-Queue: Reilly Grant <reillyg@chromium.org>
Cr-Commit-Position: refs/heads/master@{#795568}
parent 77ae7cda
......@@ -576,8 +576,9 @@ class ChromeServiceWorkerFetchPPAPITest : public ChromeServiceWorkerFetchTest {
DISALLOW_COPY_AND_ASSIGN(ChromeServiceWorkerFetchPPAPITest);
};
// Flaky on Windows and Linux ASan. https://crbug.com/1113802
IN_PROC_BROWSER_TEST_F(ChromeServiceWorkerFetchPPAPITest,
NotInterceptedByServiceWorker) {
DISABLED_NotInterceptedByServiceWorker) {
// Only the navigation to the iframe should be intercepted by the service
// worker. The request for the PNaCl manifest ("/pnacl_url_loader.nmf"),
// the request for the compiled code ("/pnacl_url_loader_newlib_pnacl.pexe"),
......
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