Skip to content

Commit 54920bc

Browse files
authored
[Infra] Fix RC nightly failure (#15064)
1 parent 3429c4d commit 54920bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseRemoteConfig/Tests/Unit/RCNRemoteConfigTest.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ - (void)tearDown {
311311
_userDefaultsMock = nil;
312312
for (int i = 0; i < RCNTestRCNumTotalInstances; i++) {
313313
[(id)_configInstances[i] stopMocking];
314-
[(id)_configFetch[i] stopMocking];
314+
// [(id)_configFetch[i] stopMocking];
315315
}
316316
[_configInstances removeAllObjects];
317317
[_configFetch removeAllObjects];

0 commit comments

Comments
 (0)