Commit 5ea64b82 authored by Fabio Tirelo's avatar Fabio Tirelo Committed by Commit Bot

[Sheriff] Disable SplitCacheDedicatedWorkersScripts on Linux ASan

TBR=agl@chromium.org

Bug: 1104847
Change-Id: I661686203f8a652bde3c6094c6adff16675a877a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2341142Reviewed-by: default avatarFabio Tirelo <ftirelo@chromium.org>
Commit-Queue: Fabio Tirelo <ftirelo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#795460}
parent 33cec95d
...@@ -763,8 +763,8 @@ IN_PROC_BROWSER_TEST_P(SplitCacheContentBrowserTestEnabled, ...@@ -763,8 +763,8 @@ IN_PROC_BROWSER_TEST_P(SplitCacheContentBrowserTestEnabled,
GenURL("e.com", "/worker.js"))); GenURL("e.com", "/worker.js")));
} }
#if defined(OS_WIN) #if defined(OS_WIN) || (defined(ADDRESS_SANITIZER) || defined(LEAK_SANITIZER))
// Flaky on Windows: https://crbug.com/1104847 // Flaky on Windows and on Linux ASan LSan: https://crbug.com/1104847
#define MAYBE_SplitCacheDedicatedWorkersScripts \ #define MAYBE_SplitCacheDedicatedWorkersScripts \
DISABLED_SplitCacheDedicatedWorkersScripts DISABLED_SplitCacheDedicatedWorkersScripts
#else #else
......
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