Commit 043f07c5 authored by Wez's avatar Wez Committed by Commit Bot

Disable SharedWorkerServiceImplTest.WebContentsDestroyed.

This test was disabled on Fuchsia due to flakiness, but is also
extremely flaky on Linux, suggesting a more general cross-platform
raciness or timing issue.

TBR=falken

Bug: 1029434
Change-Id: I02969efdb4e318a46c47fe292e63c5a7129946cf
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2025707Reviewed-by: default avatarWez <wez@chromium.org>
Commit-Queue: Wez <wez@chromium.org>
Cr-Commit-Position: refs/heads/master@{#736061}
parent 9228623f
......@@ -293,13 +293,8 @@ TEST_F(SharedWorkerServiceImplTest, BasicTest) {
// Tests that the shared worker will not be started if the hosting web contents
// is destroyed while the script is being fetched.
// Disabled on Fuchsia because this unittest is flaky.
#if defined(OS_FUCHSIA)
#define MAYBE_WebContentsDestroyed DISABLED_WebContentsDestroyed
#else
#define MAYBE_WebContentsDestroyed WebContentsDestroyed
#endif
TEST_F(SharedWorkerServiceImplTest, MAYBE_WebContentsDestroyed) {
// TODO(https://crbug.com/1029434): Flaky on at least Fuchsia and Linux.
TEST_F(SharedWorkerServiceImplTest, DISABLED_WebContentsDestroyed) {
std::unique_ptr<TestWebContents> web_contents =
CreateWebContents(GURL("http://example.com/"));
TestRenderFrameHost* render_frame_host = web_contents->GetMainFrame();
......
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