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 f94ea53 + 41a0179 commit f8dbf8eCopy full SHA for f8dbf8e
Tests/TSCBasicTests/FileSystemTests.swift
@@ -749,6 +749,9 @@ class FileSystemTests: XCTestCase {
749
}
750
751
func testInMemoryFileSystemFileLock() throws {
752
+ // Disabled until rdar://71560894 is fixed.
753
+ try XCTSkipIf(true)
754
+
755
let fs = InMemoryFileSystem()
756
let path = AbsolutePath("/")
757
try fs.createDirectory(path)
@@ -807,6 +810,9 @@ class FileSystemTests: XCTestCase {
807
810
808
811
809
812
func testLocalFileSystemFileLock() throws {
813
814
815
816
try withTemporaryDirectory { tempDir in
817
let fileA = tempDir.appending(component: "fileA")
818
let fileB = tempDir.appending(component: "fileB")
0 commit comments