Commit 95669c92 authored by Lei Zhang's avatar Lei Zhang Committed by Commit Bot

Disable DevToolsBeforeUnloadTest.TestDevToolsOnDevTools on all OSes.

The test is flaky on all desktop platforms, not just Linux/ChromeOS.

TBR=dgozman@chromium.org

Bug: 1000654
Change-Id: I63893e3835fad57b6983798a999b64902e7aeb60
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1860324Reviewed-by: default avatarLei Zhang <thestig@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Cr-Commit-Position: refs/heads/master@{#705618}
parent 76c0496b
......@@ -763,13 +763,9 @@ IN_PROC_BROWSER_TEST_F(DevToolsBeforeUnloadTest,
// Tests that BeforeUnload event gets called on devtools that are opened
// on another devtools.
#if defined(OS_CHROMEOS) || defined(OS_LINUX)
// TODO(https://crbug.com/1000654): Re-enable this test.
#define MAYBE_TestDevToolsOnDevTools DISABLED_TestDevToolsOnDevTools
#else
#define MAYBE_TestDevToolsOnDevTools TestDevToolsOnDevTools
#endif
IN_PROC_BROWSER_TEST_F(DevToolsBeforeUnloadTest, MAYBE_TestDevToolsOnDevTools) {
IN_PROC_BROWSER_TEST_F(DevToolsBeforeUnloadTest,
DISABLED_TestDevToolsOnDevTools) {
ASSERT_TRUE(spawned_test_server()->Start());
LoadTestPage(kDebuggerTestPage);
......
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