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.
1 parent 75fa8e0 commit 7fa197dCopy full SHA for 7fa197d
TestFoundation/TestFileManager.swift
@@ -1714,7 +1714,8 @@ VIDEOS=StopgapVideos
1714
("test_getRelationship", test_getRelationship),
1715
("test_displayNames", test_displayNames),
1716
("test_getItemReplacementDirectory", test_getItemReplacementDirectory),
1717
- ("test_replacement", test_replacement),
+ /* ⚠️ */ ("test_replacement", testExpectedToFail(test_replacement,
1718
+ /* ⚠️ */ "<https://bugs.swift.org/browse/SR-10819> Re-enable Foundation test TestFileManager.test_replacement")),
1719
]
1720
1721
#if !DEPLOYMENT_RUNTIME_OBJC && NS_FOUNDATION_ALLOWS_TESTABLE_IMPORT && !os(Android)
0 commit comments