Skip to content

Commit c080b30

Browse files
authored
Revert "[Infra] Attempt to reduce Crashlytics testing flake" (#15203)
1 parent 2b141b9 commit c080b30

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Crashlytics/UnitTests/Mocks/FIRCLSMockFileManager.m

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@ - (BOOL)removeItemAtPath:(NSString *)path {
4141
// If we set up the expectation, and we went over the expected count or removes, fulfill the
4242
// expectation
4343
if (self.removeExpectation && self.removeCount >= self.expectedRemoveCount) {
44-
dispatch_async(dispatch_get_main_queue(), ^{
45-
[self.removeExpectation fulfill];
46-
});
44+
[self.removeExpectation fulfill];
4745
}
4846

4947
return YES;

0 commit comments

Comments
 (0)