Commit f57f3548 authored by Xida Chen's avatar Xida Chen Committed by Commit Bot

[sheriff] Disable TestPauseWhenLoadingDevTools on Linux

TBR=treib@chromium.org
NOTRY=true

Bug: 1092924
Change-Id: If9da60f70fc19954493a6ae6bfe082644fe556a2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2237721Reviewed-by: default avatarXida Chen <xidachen@chromium.org>
Commit-Queue: Xida Chen <xidachen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#776554}
parent 4e1214e5
......@@ -1537,8 +1537,8 @@ IN_PROC_BROWSER_TEST_F(DevToolsSanityTest,
// Tests that debugger works correctly if pause event occurs when DevTools
// frontend is being loaded.
// Flaky on win: crbug.com/1092924.
#if defined(OS_WIN)
// Flaky on win and linux: crbug.com/1092924.
#if defined(OS_WIN) || defined(OS_LINUX)
#define MAYBE_TestPauseWhenLoadingDevTools DISABLED_TestPauseWhenLoadingDevTools
#else
#define MAYBW_TestPauseWhenLoadingDevTools TestPauseWhenLoadingDevTools
......
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