Skip to content

Commit 71bc754

Browse files
committed
[test] Disable testRerootedFileSystemViewFileLock pending fix
This test is racy, so disable until it can be fixed properly. rdar://71560894
1 parent aab2510 commit 71bc754

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Tests/TSCBasicTests/FileSystemTests.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -869,6 +869,9 @@ class FileSystemTests: XCTestCase {
869869
}
870870

871871
func testRerootedFileSystemViewFileLock() throws {
872+
// Disabled until rdar://71560894 is fixed.
873+
try XCTSkipIf(true)
874+
872875
let inMemoryFS = InMemoryFileSystem()
873876
let rootPath = AbsolutePath("/tmp")
874877
try inMemoryFS.createDirectory(rootPath)

0 commit comments

Comments
 (0)