Skip to content

Commit 7fa197d

Browse files
committed
Disable FileManager.test_replacement since it is failing on 18.04
https://bugs.swift.org/browse/SR-10819
1 parent 75fa8e0 commit 7fa197d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

TestFoundation/TestFileManager.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1714,7 +1714,8 @@ VIDEOS=StopgapVideos
17141714
("test_getRelationship", test_getRelationship),
17151715
("test_displayNames", test_displayNames),
17161716
("test_getItemReplacementDirectory", test_getItemReplacementDirectory),
1717-
("test_replacement", test_replacement),
1717+
/* ⚠️ */ ("test_replacement", testExpectedToFail(test_replacement,
1718+
/* ⚠️ */ "<https://bugs.swift.org/browse/SR-10819> Re-enable Foundation test TestFileManager.test_replacement")),
17181719
]
17191720

17201721
#if !DEPLOYMENT_RUNTIME_OBJC && NS_FOUNDATION_ALLOWS_TESTABLE_IMPORT && !os(Android)

0 commit comments

Comments
 (0)