Commit d08adec2 authored by Sergey Poromov's avatar Sergey Poromov Committed by Commit Bot

Disabling flaky WebContentsSplitCacheWithFrameOriginBrowserTest.SplitCacheDedicatedWorkers

TBR=cammie@chromium.org

Bug: 999530
Change-Id: Ic813cefbd5d3cdeaaa9f51d98cc65dee7a016436
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1829705Reviewed-by: default avatarSergey Poromov <poromov@chromium.org>
Commit-Queue: Sergey Poromov <poromov@chromium.org>
Cr-Commit-Position: refs/heads/master@{#701120}
parent 2896c806
......@@ -1411,8 +1411,14 @@ IN_PROC_BROWSER_TEST_F(WebContentsSplitCacheBrowserTestDisabled,
GenURL("c.com", "/title1.html")));
}
// TODO(http://crbug.com/997808): Flaky on Linux ASAN.
#if defined(OS_LINUX) && defined(ADDRESS_SANITIZER)
#define MAYBE_SplitCacheDedicatedWorkers DISABLED_SplitCacheDedicatedWorkers
#else
#define MAYBE_SplitCacheDedicatedWorkers SplitCacheDedicatedWorkers
#endif
IN_PROC_BROWSER_TEST_F(WebContentsSplitCacheWithFrameOriginBrowserTest,
SplitCacheDedicatedWorkers) {
MAYBE_SplitCacheDedicatedWorkers) {
// Load 3p.com/script from a.com's worker. The first time it's loaded from the
// network and the second it's cached.
EXPECT_FALSE(TestResourceLoadFromDedicatedWorker(
......@@ -1510,12 +1516,6 @@ IN_PROC_BROWSER_TEST_F(WebContentsSplitCacheWithFrameOriginBrowserTest,
GenURL("d.com", "/title1.html"), true);
}
// TODO(http://crbug.com/997808): Flaky on Linux ASAN.
#if defined(OS_LINUX) && defined(ADDRESS_SANITIZER)
#define MAYBE_SplitCacheDedicatedWorkers DISABLED_SplitCacheDedicatedWorkers
#else
#define MAYBE_SplitCacheDedicatedWorkers SplitCacheDedicatedWorkers
#endif
IN_PROC_BROWSER_TEST_P(WebContentsSplitCacheBrowserTestEnabled,
MAYBE_SplitCacheDedicatedWorkers) {
// Load 3p.com/script from a.com's worker. The first time it's loaded from the
......
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