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 aab2510 + 71bc754 commit 3ae103eCopy full SHA for 3ae103e
Tests/TSCBasicTests/FileSystemTests.swift
@@ -869,6 +869,9 @@ class FileSystemTests: XCTestCase {
869
}
870
871
func testRerootedFileSystemViewFileLock() throws {
872
+ // Disabled until rdar://71560894 is fixed.
873
+ try XCTSkipIf(true)
874
+
875
let inMemoryFS = InMemoryFileSystem()
876
let rootPath = AbsolutePath("/tmp")
877
try inMemoryFS.createDirectory(rootPath)
0 commit comments