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 70f41f0 + 37351ad commit ebfbb38Copy full SHA for ebfbb38
TestFoundation/TestURLSession.swift
@@ -15,7 +15,7 @@ class TestURLSession : LoopbackServerTest {
15
("test_dataTaskWithURLRequest", test_dataTaskWithURLRequest),
16
("test_dataTaskWithURLCompletionHandler", test_dataTaskWithURLCompletionHandler),
17
("test_dataTaskWithURLRequestCompletionHandler", test_dataTaskWithURLRequestCompletionHandler),
18
- ("test_dataTaskWithHttpInputStream", test_dataTaskWithHttpInputStream),
+ // ("test_dataTaskWithHttpInputStream", test_dataTaskWithHttpInputStream), - Flaky test
19
("test_downloadTaskWithURL", test_downloadTaskWithURL),
20
("test_downloadTaskWithURLRequest", test_downloadTaskWithURLRequest),
21
("test_downloadTaskWithRequestAndHandler", test_downloadTaskWithRequestAndHandler),
0 commit comments