summaryrefslogtreecommitdiffstats
path: root/remoting/host/video_frame_capturer_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/host/video_frame_capturer_unittest.cc')
-rw-r--r--remoting/host/video_frame_capturer_unittest.cc8
1 files changed, 1 insertions, 7 deletions
diff --git a/remoting/host/video_frame_capturer_unittest.cc b/remoting/host/video_frame_capturer_unittest.cc
index 4e857df..306c6ba 100644
--- a/remoting/host/video_frame_capturer_unittest.cc
+++ b/remoting/host/video_frame_capturer_unittest.cc
@@ -61,13 +61,7 @@ TEST_F(VideoFrameCapturerTest, StartCapturer) {
capturer_->Stop();
}
-#if defined(OS_MACOSX)
-#define MAYBE_Capture DISABLED_Capture
-#else
-#define MAYBE_Capture Capture
-#endif
-
-TEST_F(VideoFrameCapturerTest, MAYBE_Capture) {
+TEST_F(VideoFrameCapturerTest, Capture) {
if (!IsOsSupported()) {
return;
}