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:
Alex Loiko
2018-11-22 11:53:18 +01:00
committed by Commit Bot
parent 5486bcd0d0
commit af228ee761

View File

@ -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;