diff --git a/sdk/objc/unittests/RTCPeerConnectionFactory_xctest.m b/sdk/objc/unittests/RTCPeerConnectionFactory_xctest.m index af9e2dcde5..0c5a96cd2f 100644 --- a/sdk/objc/unittests/RTCPeerConnectionFactory_xctest.m +++ b/sdk/objc/unittests/RTCPeerConnectionFactory_xctest.m @@ -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 {