Skip to content

Commit fc5b8a5

Browse files
authored
Merge pull request #215 from benlangmuir/disable-test-spurious-fail
Disable LockTests.testReadWriteFileLock
2 parents dd7b5a3 + fa1ce62 commit fc5b8a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/TSCBasicTests/LockTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ class LockTests: XCTestCase {
6161
}
6262

6363
func testReadWriteFileLock() throws {
64+
try XCTSkipIf(true, "fails spuriously if reader thread beats first writer rdar://78461378")
6465
try withTemporaryDirectory { tempDir in
6566
let fileA = tempDir.appending(component: "fileA")
6667
let fileB = tempDir.appending(component: "fileB")

0 commit comments

Comments
 (0)