Skip to content

Commit 5a80967

Browse files
authored
Merge pull request #3098 from apple/XFailCIFails
2 parents 69ab397 + d13f0bc commit 5a80967

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Tests/Foundation/Tests/TestFileManager.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2026,7 +2026,7 @@ VIDEOS=StopgapVideos
20262026
("test_contentsEqual", test_contentsEqual),
20272027
/* ⚠️ */ ("test_replacement", testExpectedToFail(test_replacement,
20282028
/* ⚠️ */ "<https://bugs.swift.org/browse/SR-10819> Re-enable Foundation test TestFileManager.test_replacement")),
2029-
("test_concurrentGetItemReplacementDirectory", test_concurrentGetItemReplacementDirectory),
2029+
/* ⚠️ */("test_concurrentGetItemReplacementDirectory", testExpectedToFail(test_concurrentGetItemReplacementDirectory, "Intermittent SEGFAULT: rdar://84519512")),
20302030
("test_NSTemporaryDirectory", test_NSTemporaryDirectory),
20312031
]
20322032

Tests/Foundation/Tests/TestURLSession.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1848,7 +1848,7 @@ class TestURLSession: LoopbackServerTest {
18481848
("test_simpleUploadWithDelegate", test_simpleUploadWithDelegate),
18491849
("test_requestWithEmptyBody", test_requestWithEmptyBody),
18501850
/* ⚠️ */ ("test_requestWithNonEmptyBody", testExpectedToFail(test_requestWithNonEmptyBody, "Started failing for no readily available reason.")),
1851-
("test_concurrentRequests", test_concurrentRequests),
1851+
/* ⚠️ */ ("test_concurrentRequests", testExpectedToFail(test_concurrentRequests, "Intermittent SEGFAULT: rdar://84519512")),
18521852
("test_disableCookiesStorage", test_disableCookiesStorage),
18531853
("test_cookiesStorage", test_cookiesStorage),
18541854
("test_cookieStorageForEphemeralConfiguration", test_cookieStorageForEphemeralConfiguration),

0 commit comments

Comments
 (0)