Skip to content

Commit 1b2feb1

Browse files
authored
Merge pull request #2315 from gottesmm/pr-2b420c98d94acf305a730b5af0d1e816b41d853f
Disable FileManager.test_replacement since it is failing on 18.04
2 parents 75fa8e0 + 7fa197d commit 1b2feb1

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)