Disable VideoCaptureExternalTest.FrameRate on Mac
The test is flaky. BUG=webrtc:3270 TBR=mflodman@webrtc.org NOTRY=true Review URL: https://codereview.webrtc.org/1851023002 Cr-Commit-Position: refs/heads/master@{#12196}
This commit is contained in:
parent
4d689ad527
commit
cfebcca51b
@ -487,7 +487,7 @@ TEST_F(VideoCaptureExternalTest, TestExternalCapture) {
|
||||
|
||||
// Test frame rate and no picture alarm.
|
||||
// Flaky on Win32, see webrtc:3270.
|
||||
#if defined(WEBRTC_WIN)
|
||||
#if defined(WEBRTC_WIN) || defined(WEBRTC_MAC)
|
||||
#define MAYBE_FrameRate DISABLED_FrameRate
|
||||
#else
|
||||
#define MAYBE_FrameRate FrameRate
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user