Disable MouseCursorMonitorTest due to flake on Windows.
TBR=sergeyu BUG=3408 Review URL: https://webrtc-codereview.appspot.com/15589005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6256 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
0ef565ee7d
commit
27e884cf47
@ -50,7 +50,10 @@ class MouseCursorMonitorTest : public testing::Test,
|
||||
// tests. Figure out how to do that without breaking other tests in
|
||||
// modules_unittests and enable these tests on Mac.
|
||||
// https://code.google.com/p/webrtc/issues/detail?id=2532
|
||||
#if !defined(WEBRTC_MAC)
|
||||
//
|
||||
// Disabled on Windows due to flake, see:
|
||||
// https://code.google.com/p/webrtc/issues/detail?id=3408
|
||||
#if !defined(WEBRTC_MAC) && !defined(WEBRTC_WIN)
|
||||
#define MAYBE(x) x
|
||||
#else
|
||||
#define MAYBE(x) DISABLED_##x
|
||||
|
Loading…
Reference in New Issue
Block a user