Disable iOS tests relying on senderWithKind.

Bug: webrtc:13989
Change-Id: I1a299e8942ad3db251d4563d62946985f2d7af96
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/259822
Reviewed-by: Peter Hanspers <peterhanspers@webrtc.org>
Commit-Queue: Jeremy Leconte <jleconte@google.com>
Cr-Commit-Position: refs/heads/main@{#36624}
This commit is contained in:
Jeremy Leconte 2022-04-22 08:56:02 +02:00 committed by WebRTC LUCI CQ
parent 3c4f9c13f5
commit 61afb34d3f

View File

@ -131,6 +131,8 @@
XCTAssertTrue(true, "Expect test does not crash");
}
// TODO(crbug.com/webrtc/13989): Remove call to CreateSender in senderWithKind.
#if !TARGET_IPHONE_SIMULATOR
- (void)testRTCRtpSenderLifetime {
@autoreleasepool {
RTC_OBJC_TYPE(RTCConfiguration) *config = [[RTC_OBJC_TYPE(RTCConfiguration) alloc] init];
@ -204,6 +206,7 @@
XCTAssertTrue(true, "Expect test does not crash");
}
#endif
- (void)testAudioSourceLifetime {
@autoreleasepool {