From 942bf345ed6bf3f946e553bfa28abb437521047c Mon Sep 17 00:00:00 2001 From: Mirko Bonadei Date: Wed, 18 Nov 2020 17:59:29 +0100 Subject: [PATCH] Disable flaky test. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit TBR=sprang@webrtc.org Bug: webrtc:12199 Change-Id: I0158c347dfe975eab61c53bc6142847f50018327 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/193900 Commit-Queue: Mirko Bonadei Reviewed-by: Kári Helgason Reviewed-by: Danil Chapovalov Cr-Commit-Position: refs/heads/master@{#32633} --- call/call_perf_tests.cc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/call/call_perf_tests.cc b/call/call_perf_tests.cc index aa8894e9ae..61e5545dca 100644 --- a/call/call_perf_tests.cc +++ b/call/call_perf_tests.cc @@ -357,8 +357,10 @@ TEST_F(CallPerfTest, DriftingClock::PercentsFaster(30.0f), "_audio_faster"); } -TEST_F(CallPerfTest, - Synchronization_PlaysOutAudioAndVideoWithVideoFasterThanAudioDrift) { +// TODO(bugs.webrtc.org/12199): Disabled because flaky. +TEST_F( + CallPerfTest, + DISABLED_Synchronization_PlaysOutAudioAndVideoWithVideoFasterThanAudioDrift) { // NOLINT(whitespace/line_length) TestAudioVideoSync(FecMode::kOn, CreateOrder::kVideoFirst, DriftingClock::kNoDrift, DriftingClock::PercentsFaster(30.0f),