Skip WindowCapturerTest.Capture on macOS.

Bug: webrtc:12801
Change-Id: I543313f3c304b694cc50bff5a6344f1c6d944c8d
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/219635
Reviewed-by: Artem Titov <titovartem@webrtc.org>
Reviewed-by: Joe Downing <joedow@chromium.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#34103}
This commit is contained in:
Mirko Bonadei 2021-05-24 14:50:53 +02:00 committed by WebRTC LUCI CQ
parent ae0d117d51
commit 2f3c5e6752

View File

@ -54,8 +54,9 @@ TEST_F(WindowCapturerTest, Enumerate) {
} }
} }
// Flaky on Linux. See: crbug.com/webrtc/7830 // Flaky on Linux. See: crbug.com/webrtc/7830.
#if defined(WEBRTC_LINUX) // Failing on macOS 11: See bugs.webrtc.org/12801
#if defined(WEBRTC_LINUX) || defined(WEBRTC_MAC)
#define MAYBE_Capture DISABLED_Capture #define MAYBE_Capture DISABLED_Capture
#else #else
#define MAYBE_Capture Capture #define MAYBE_Capture Capture