Commit 8d8c65e7 authored by Xiaocheng Hu's avatar Xiaocheng Hu Committed by Commit Bot

[Sheriff] Disable...

[Sheriff] Disable KeyboardLockInteractiveBrowserTest.SubsequentLockCallSupersedesPreviousCall on ChromeOS

Change-Id: I4103f71d674ce6944cb75a828f2f6fbc8a6631bf
Tbr: ellyjones@chromium.org
NoTry: True
Bug: 1121172
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2376085
Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org>
Reviewed-by: default avatarXiaocheng Hu <xiaochengh@chromium.org>
Cr-Commit-Position: refs/heads/master@{#801590}
parent 37e882ef
...@@ -260,7 +260,8 @@ IN_PROC_BROWSER_TEST_F(KeyboardLockInteractiveBrowserTest, ...@@ -260,7 +260,8 @@ IN_PROC_BROWSER_TEST_F(KeyboardLockInteractiveBrowserTest,
} }
// https://crbug.com/1108391 Flakey on ChromeOS. // https://crbug.com/1108391 Flakey on ChromeOS.
#if defined(OS_CHROMEOS) // https://crbug.com/1121172 Also flaky on Lacros.
#if defined(OS_CHROMEOS) || BUILDFLAG(IS_LACROS)
#define MAYBE_SubsequentLockCallSupersedesPreviousCall \ #define MAYBE_SubsequentLockCallSupersedesPreviousCall \
DISABLED_SubsequentLockCallSupersedesPreviousCall DISABLED_SubsequentLockCallSupersedesPreviousCall
#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