Commit 54093842 authored by mfomitchev's avatar mfomitchev Committed by Commit bot

Disabling flaky PointerLock_PointerLockLostWithFocus on Linux.

TBR=wjmaclean,rdevlin.cronin
BUG=678267

Review-Url: https://codereview.chromium.org/2616693002
Cr-Commit-Position: refs/heads/master@{#441467}
parent 2a2468bd
......@@ -1110,8 +1110,16 @@ IN_PROC_BROWSER_TEST_P(WebViewInteractiveTest, Navigation_BackForwardKeys) {
ASSERT_TRUE(done_listener.WaitUntilSatisfied());
}
// Flaky on Linux: crbug.com/678267
#if defined(OS_LINUX)
#define MAYBE_PointerLock_PointerLockLostWithFocus \
DISABLED_PointerLock_PointerLockLostWithFocus
#else
#define MAYBE_PointerLock_PointerLockLostWithFocus \
PointerLock_PointerLockLostWithFocus
#endif
IN_PROC_BROWSER_TEST_P(WebViewPointerLockInteractiveTest,
PointerLock_PointerLockLostWithFocus) {
MAYBE_PointerLock_PointerLockLostWithFocus) {
TestHelper("testPointerLockLostWithFocus",
"web_view/pointerlock",
NO_TEST_SERVER);
......
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