Skip to content

Commit 489984c

Browse files
authored
Merge pull request #1939 from slavapestov/disable-flaky-test
Disable flaky test
2 parents f27b77b + de8bd3d commit 489984c

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)