Skip to content

Commit

Permalink
disable a test that's consistently flaky in Xcode 11.4+
Browse files Browse the repository at this point in the history
  • Loading branch information
dflems committed Jul 14, 2020
1 parent 36141e6 commit 2822089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/SPTPersistentCacheFileManagerTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ - (void)testFileManagerFailsToGetAttributesOfFile
XCTAssertTrue(called);
}

- (void)testTotalUsedSizeInBytesFailWithNSURLGetResourceValue
- (void)DISABLED_testTotalUsedSizeInBytesFailWithNSURLGetResourceValue
{
__block BOOL called = NO;
self.cacheFileManager.test_debugOutput = ^(NSString *string) {
Expand Down

0 comments on commit 2822089

Please sign in to comment.