commit | 86101b93dcf3be175e6638cdf2018c7bbd8a76fb | [log] [tgz] |
---|---|---|
author | andrew@webrtc.org <andrew@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Wed May 28 03:34:04 2014 |
committer | andrew@webrtc.org <andrew@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Wed May 28 03:34:04 2014 |
tree | 6c2c77e63de593b9abc638a89c379981ea53e5d9 | |
parent | 487dfb09ebf0ba2f0a689ebde28026837928199c [diff] |
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/webrtc@6256 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/modules/desktop_capture/mouse_cursor_monitor_unittest.cc b/modules/desktop_capture/mouse_cursor_monitor_unittest.cc index 7849005..5e24d45 100644 --- a/modules/desktop_capture/mouse_cursor_monitor_unittest.cc +++ b/modules/desktop_capture/mouse_cursor_monitor_unittest.cc
@@ -50,7 +50,10 @@ // 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