Commit 300e022b authored by Takuto Ikuta's avatar Takuto Ikuta Committed by Commit Bot

Disable flaky MouseDownAndUpRecordedWithoutSwap test

Bug: 815363
Change-Id: I2e46eac205c902914332c1f11423350273b77ba0
Reviewed-on: https://chromium-review.googlesource.com/936724Reviewed-by: default avatarTimothy Loh <timloh@chromium.org>
Reviewed-by: default avatarFady Samuel <fsamuel@chromium.org>
Commit-Queue: Takuto Ikuta <tikuta@chromium.org>
Cr-Commit-Position: refs/heads/master@{#539069}
parent 3f36031f
...@@ -259,7 +259,8 @@ class MouseLatencyBrowserTest : public ContentBrowserTest { ...@@ -259,7 +259,8 @@ class MouseLatencyBrowserTest : public ContentBrowserTest {
// Disabled on Android because we don't support synthetic mouse input on // Disabled on Android because we don't support synthetic mouse input on
// Android (crbug.com/723618). // Android (crbug.com/723618).
// Disabled on Windows due to flakyness (https://crbug.com/800303). // Disabled on Windows due to flakyness (https://crbug.com/800303).
#if defined(OS_ANDROID) || defined(OS_WIN) // Disabled on Linux due to flakyness (https://crbug.com/815363).
#if defined(OS_ANDROID) || defined(OS_WIN) || defined(OS_LINUX)
#define MAYBE_MouseDownAndUpRecordedWithoutSwap \ #define MAYBE_MouseDownAndUpRecordedWithoutSwap \
DISABLED_MouseDownAndUpRecordedWithoutSwap DISABLED_MouseDownAndUpRecordedWithoutSwap
#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