Skip to content

Commit a29049f

Browse files
author
Pushkar N Kulkarni
authored
Merge pull request #2342 from benlangmuir/disable
Disable test_ftpDataTaskDelegate crashing occasionally in CI
2 parents 5449277 + b372a26 commit a29049f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

TestFoundation/TestURLSessionFTP.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ class TestURLSessionFTP : LoopbackFTPServerTest {
1515
return [
1616
/* ⚠️ */ ("test_ftpDataTask", testExpectedToFail(test_ftpDataTask,
1717
/* ⚠️ */ "<https://bugs.swift.org/browse/SR-10922> non-deterministic SEGFAULT in TestURLSessionFTP.test_ftpDataTask")),
18-
("test_ftpDataTaskDelegate", test_ftpDataTaskDelegate),
18+
/* ⚠️ */ ("test_ftpDataTaskDelegate", testExpectedToFail(test_ftpDataTaskDelegate,
19+
/* ⚠️ */ "<https://bugs.swift.org/browse/SR-10922> non-deterministic SEGFAULT in TestURLSessionFTP.test_ftpDataTask")),
1920
]
2021
}
2122

0 commit comments

Comments
 (0)