Disable flaky tests CallPerfTest.CaptureNtpTimeWithNetworkDelay on WIN.
See linked bug. TBR=stefan@webrtc.org Bug: webrtc:8291 Change-Id: I0e5896a6e5bbb6979d59032d1a033f209d45918e Reviewed-on: https://webrtc-review.googlesource.com/c/111749 Reviewed-by: Alex Loiko <aleloi@webrtc.org> Commit-Queue: Alex Loiko <aleloi@webrtc.org> Cr-Commit-Position: refs/heads/master@{#25748}
This commit is contained in:
@ -480,8 +480,8 @@ void CallPerfTest::TestCaptureNtpTime(
|
||||
RunBaseTest(&test);
|
||||
}
|
||||
|
||||
// Flaky tests, disabled on Mac due to webrtc:8291.
|
||||
#if !(defined(WEBRTC_MAC))
|
||||
// Flaky tests, disabled on Mac and Windows due to webrtc:8291.
|
||||
#if !(defined(WEBRTC_MAC) || defined(WEBRTC_WIN))
|
||||
TEST_F(CallPerfTest, CaptureNtpTimeWithNetworkDelay) {
|
||||
BuiltInNetworkBehaviorConfig net_config;
|
||||
net_config.queue_delay_ms = 100;
|
||||
|
Reference in New Issue
Block a user