Skip to content

Commit ebfbb38

Browse files
authored
Merge pull request #2147 from apple/disable-test_dataTaskWithHttpInputStream-5.0
[5.0] Disable flaky test - https://bugs.swift.org/browse/SR-9981
2 parents 70f41f0 + 37351ad commit ebfbb38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TestFoundation/TestURLSession.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class TestURLSession : LoopbackServerTest {
1515
("test_dataTaskWithURLRequest", test_dataTaskWithURLRequest),
1616
("test_dataTaskWithURLCompletionHandler", test_dataTaskWithURLCompletionHandler),
1717
("test_dataTaskWithURLRequestCompletionHandler", test_dataTaskWithURLRequestCompletionHandler),
18-
("test_dataTaskWithHttpInputStream", test_dataTaskWithHttpInputStream),
18+
// ("test_dataTaskWithHttpInputStream", test_dataTaskWithHttpInputStream), - Flaky test
1919
("test_downloadTaskWithURL", test_downloadTaskWithURL),
2020
("test_downloadTaskWithURLRequest", test_downloadTaskWithURLRequest),
2121
("test_downloadTaskWithRequestAndHandler", test_downloadTaskWithRequestAndHandler),

0 commit comments

Comments
 (0)