Fix RTCAudioDeviceModule tests.
This CL enables tests that were previously disabled and fixes the issues that made them flaky. Bug: webrtc:6889, webrtc:7888 Change-Id: I914b59200d7bf2973e8993b04de867cc3355b8a8 Reviewed-on: https://webrtc-review.googlesource.com/98381 Reviewed-by: Henrik Andreassson <henrika@webrtc.org> Commit-Queue: Kári Helgason <kthelgason@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24930}
This commit is contained in:
committed by
Commit Bot
parent
2837edce99
commit
db543c901f
@ -159,6 +159,8 @@
|
||||
delegate:delegate];
|
||||
}
|
||||
|
||||
#pragma mark - Cases
|
||||
|
||||
// Tests that an ICE connection is established between two ARDAppClient objects
|
||||
// where one is set up as a caller and the other the answerer. Network
|
||||
// components are mocked out and messages are relayed directly from object to
|
||||
@ -176,9 +178,9 @@
|
||||
NSString *answererId = @"testAnswererId";
|
||||
|
||||
XCTestExpectation *callerConnectionExpectation =
|
||||
[self expectationWithDescription:@"Caller PC connected."];
|
||||
[self expectationWithDescription:@"Caller PC connected"];
|
||||
XCTestExpectation *answererConnectionExpectation =
|
||||
[self expectationWithDescription:@"Answerer PC connected."];
|
||||
[self expectationWithDescription:@"Answerer PC connected"];
|
||||
|
||||
caller = [self createAppClientForRoomId:roomId
|
||||
clientId:callerId
|
||||
|
||||
Reference in New Issue
Block a user