We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd7b5a3 + fa1ce62 commit fc5b8a5Copy full SHA for fc5b8a5
Tests/TSCBasicTests/LockTests.swift
@@ -61,6 +61,7 @@ class LockTests: XCTestCase {
61
}
62
63
func testReadWriteFileLock() throws {
64
+ try XCTSkipIf(true, "fails spuriously if reader thread beats first writer rdar://78461378")
65
try withTemporaryDirectory { tempDir in
66
let fileA = tempDir.appending(component: "fileA")
67
let fileB = tempDir.appending(component: "fileB")
0 commit comments