Skip to content

Commit

Permalink
Temporarily disable failing tvos test
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 committed Dec 10, 2024
1 parent abe5dd4 commit 568185e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions FirebaseRemoteConfig/Tests/Unit/RCNRemoteConfigTest.m
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -1810,6 +1812,7 @@ - (void)testFetchAndActivateRolloutsNotifyInterop {
fetchAndActivateWithCompletionHandler:fetchAndActivateCompletion];
[self waitForExpectations:@[ notificationExpectation ] timeout:_expectationTimeout];
}
#endif

#pragma mark - Test Helpers

Expand Down

0 comments on commit 568185e

Please sign in to comment.