File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
FirebaseRemoteConfig/Tests/Unit Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -1783,6 +1783,8 @@ - (void)testRealtimeStreamRequestBody {
17831783 XCTAssertTrue ([strData containsString: @" appInstanceId:'iid'" ]);
17841784}
17851785
1786+ // Test fails with a mocking problem on TVOS. Reenable in Swift.
1787+ #if TARGET_OS_IOS
17861788- (void )testFetchAndActivateRolloutsNotifyInterop {
17871789 XCTestExpectation *notificationExpectation =
17881790 [self expectationForNotification: @" FIRRolloutsStateDidChangeNotification"
@@ -1810,6 +1812,7 @@ - (void)testFetchAndActivateRolloutsNotifyInterop {
18101812 fetchAndActivateWithCompletionHandler: fetchAndActivateCompletion];
18111813 [self waitForExpectations: @[ notificationExpectation ] timeout: _expectationTimeout];
18121814}
1815+ #endif
18131816
18141817#pragma mark - Test Helpers
18151818
You can’t perform that action at this time.
0 commit comments