diff --git a/FirebaseRemoteConfig/Tests/Unit/RCNRemoteConfigTest.m b/FirebaseRemoteConfig/Tests/Unit/RCNRemoteConfigTest.m index 1a091e02f89..38d525fab46 100644 --- a/FirebaseRemoteConfig/Tests/Unit/RCNRemoteConfigTest.m +++ b/FirebaseRemoteConfig/Tests/Unit/RCNRemoteConfigTest.m @@ -1783,6 +1783,8 @@ - (void)testRealtimeStreamRequestBody { XCTAssertTrue([strData containsString:@"appInstanceId:'iid'"]); } +// Test fails with a mocking problem on TVOS. Reenable in Swift. +#if TARGET_OS_IOS - (void)testFetchAndActivateRolloutsNotifyInterop { XCTestExpectation *notificationExpectation = [self expectationForNotification:@"FIRRolloutsStateDidChangeNotification" @@ -1810,6 +1812,7 @@ - (void)testFetchAndActivateRolloutsNotifyInterop { fetchAndActivateWithCompletionHandler:fetchAndActivateCompletion]; [self waitForExpectations:@[ notificationExpectation ] timeout:_expectationTimeout]; } +#endif #pragma mark - Test Helpers