mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-13 13:50:40 +01:00
reenable mouse_cursor_monitor tests on linux
BUG=webrtc:3245 Change-Id: Ibf9cd929b22a0a519950621da46eb9f5b3febd73 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/181367 Reviewed-by: Tommi <tommi@webrtc.org> Reviewed-by: Sergey Ulanov <sergeyu@google.com> Commit-Queue: Tommi <tommi@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31940}
This commit is contained in:
parent
69d20aaefd
commit
79098821a2
1 changed files with 1 additions and 3 deletions
|
@ -52,9 +52,7 @@ class MouseCursorMonitorTest : public ::testing::Test,
|
|||
//
|
||||
// Disabled on Windows due to flake, see:
|
||||
// https://code.google.com/p/webrtc/issues/detail?id=3408
|
||||
// Disabled on Linux due to flake, see:
|
||||
// https://code.google.com/p/webrtc/issues/detail?id=3245
|
||||
#if !defined(WEBRTC_MAC) && !defined(WEBRTC_WIN) && !defined(WEBRTC_LINUX)
|
||||
#if !defined(WEBRTC_MAC) && !defined(WEBRTC_WIN)
|
||||
#define MAYBE(x) x
|
||||
#else
|
||||
#define MAYBE(x) DISABLED_##x
|
||||
|
|
Loading…
Reference in a new issue