commit | ad1775634fa93b5eec5fc421972b55ac47d470a1 | [log] [tgz] |
---|---|---|
author | Christoffer Jansson <jansson@webrtc.org> | Wed Nov 30 13:34:34 2022 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Aug 27 08:24:47 2024 |
tree | c05c792d5219a0f58069b884c7f56f2142f822ec | |
parent | 90e0829c59e77bc12b78acec2cd724c55c6c1c9a [diff] |
Re-enable ApiCallDurationTest Bug: b/260832909 Change-Id: I2a3e7651fbeba7a33a52a7139496b631cd2a446a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/285469 Commit-Queue: Christoffer Dewerin <jansson@google.com> Reviewed-by: Per Ã…hgren <peah@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42860}
diff --git a/modules/audio_processing/audio_processing_performance_unittest.cc b/modules/audio_processing/audio_processing_performance_unittest.cc index 10d3d84..a4d8e5f 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::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()); }