Skip to content

Commit 3ae103e

Browse files
authored
Merge pull request #172 from benlangmuir/disable-testRerootedFileSystemViewFileLock
[test] Disable testRerootedFileSystemViewFileLock pending fix
2 parents aab2510 + 71bc754 commit 3ae103e

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)