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}
This commit is contained in:
Christoffer Jansson 2022-11-30 14:34:34 +01:00 committed by WebRTC LUCI CQ
parent 90e0829c59
commit ad1775634f

View File

@ -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());
}