From ad1775634fa93b5eec5fc421972b55ac47d470a1 Mon Sep 17 00:00:00 2001 From: Christoffer Jansson Date: Wed, 30 Nov 2022 14:34:34 +0100 Subject: [PATCH] Re-enable ApiCallDurationTest MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: b/260832909 Change-Id: I2a3e7651fbeba7a33a52a7139496b631cd2a446a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/285469 Commit-Queue: Christoffer Dewerin Reviewed-by: Per Ã…hgren Cr-Commit-Position: refs/heads/main@{#42860} --- .../audio_processing/audio_processing_performance_unittest.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/audio_processing/audio_processing_performance_unittest.cc b/modules/audio_processing/audio_processing_performance_unittest.cc index 10d3d84951..a4d8e5f64a 100644 --- a/modules/audio_processing/audio_processing_performance_unittest.cc +++ b/modules/audio_processing/audio_processing_performance_unittest.cc @@ -554,8 +554,7 @@ const float CallSimulator::kRenderInputFloatLevel = 0.5f; const float CallSimulator::kCaptureInputFloatLevel = 0.03125f; } // anonymous namespace -// TODO(peah): Reactivate once issue 7712 has been resolved. -TEST_P(CallSimulator, DISABLED_ApiCallDurationTest) { +TEST_P(CallSimulator, ApiCallDurationTest) { // Run test and verify that it did not time out. EXPECT_TRUE(Run()); }