Commit e418c60c authored by W. James MacLean's avatar W. James MacLean Committed by Commit Bot

KeyboardLockInteractiveBrowserTest.SubsequentLockCallSupersedesPreviousCall Flakey on ChromeOS.

Disabling flakey test on ChromeOS.

TBR=joedow@chromium.org

Bug: 1108391
Change-Id: I6ce8105e10f936f2cb4708f556badf32c62e1e98
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2314039Reviewed-by: default avatarJames MacLean <wjmaclean@chromium.org>
Reviewed-by: default avatarJoe Downing <joedow@chromium.org>
Commit-Queue: James MacLean <wjmaclean@chromium.org>
Cr-Commit-Position: refs/heads/master@{#791002}
parent 5fe0db37
...@@ -259,8 +259,16 @@ IN_PROC_BROWSER_TEST_F(KeyboardLockInteractiveBrowserTest, ...@@ -259,8 +259,16 @@ IN_PROC_BROWSER_TEST_F(KeyboardLockInteractiveBrowserTest,
ASSERT_EQ(initial_browser_count + 1, GetBrowserCount()); ASSERT_EQ(initial_browser_count + 1, GetBrowserCount());
} }
// https://crbug.com/1108391 Flakey on ChromeOS.
#if defined(OS_CHROMEOS)
#define MAYBE_SubsequentLockCallSupersedesPreviousCall \
DISABLED_SubsequentLockCallSupersedesPreviousCall
#else
#define MAYBE_SubsequentLockCallSupersedesPreviousCall \
SubsequentLockCallSupersedesPreviousCall
#endif
IN_PROC_BROWSER_TEST_F(KeyboardLockInteractiveBrowserTest, IN_PROC_BROWSER_TEST_F(KeyboardLockInteractiveBrowserTest,
SubsequentLockCallSupersedesPreviousCall) { MAYBE_SubsequentLockCallSupersedesPreviousCall) {
ASSERT_NO_FATAL_FAILURE(StartFullscreenLockPage()); ASSERT_NO_FATAL_FAILURE(StartFullscreenLockPage());
ASSERT_TRUE(DisablePreventDefaultOnTestPage()); ASSERT_TRUE(DisablePreventDefaultOnTestPage());
......
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