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.
2 parents 5449277 + b372a26 commit a29049fCopy full SHA for a29049f
TestFoundation/TestURLSessionFTP.swift
@@ -15,7 +15,8 @@ class TestURLSessionFTP : LoopbackFTPServerTest {
15
return [
16
/* ⚠️ */ ("test_ftpDataTask", testExpectedToFail(test_ftpDataTask,
17
/* ⚠️ */ "<https://bugs.swift.org/browse/SR-10922> non-deterministic SEGFAULT in TestURLSessionFTP.test_ftpDataTask")),
18
- ("test_ftpDataTaskDelegate", test_ftpDataTaskDelegate),
+ /* ⚠️ */ ("test_ftpDataTaskDelegate", testExpectedToFail(test_ftpDataTaskDelegate,
19
+ /* ⚠️ */ "<https://bugs.swift.org/browse/SR-10922> non-deterministic SEGFAULT in TestURLSessionFTP.test_ftpDataTask")),
20
]
21
}
22
0 commit comments