@@ -1779,7 +1779,7 @@ class TestURLSession: LoopbackServerTest {
1779
1779
( " test_dataTaskWithURLRequest " , test_dataTaskWithURLRequest) ,
1780
1780
( " test_dataTaskWithURLCompletionHandler " , test_dataTaskWithURLCompletionHandler) ,
1781
1781
( " test_dataTaskWithURLRequestCompletionHandler " , test_dataTaskWithURLRequestCompletionHandler) ,
1782
- // ("test_dataTaskWithHttpInputStream", test_dataTaskWithHttpInputStream), - Flaky test
1782
+ /* ⚠️ * / ( " test_dataTaskWithHttpInputStream " , testExpectedToFail ( test_dataTaskWithHttpInputStream, " Flaky test " ) ) ,
1783
1783
( " test_dataTaskWithHTTPBodyRedirect " , test_dataTaskWithHTTPBodyRedirect) ,
1784
1784
( " test_gzippedDataTask " , test_gzippedDataTask) ,
1785
1785
( " test_downloadTaskWithURL " , test_downloadTaskWithURL) ,
@@ -1791,7 +1791,7 @@ class TestURLSession: LoopbackServerTest {
1791
1791
( " test_taskError " , test_taskError) ,
1792
1792
( " test_taskCopy " , test_taskCopy) ,
1793
1793
( " test_cancelTask " , test_cancelTask) ,
1794
- ( " test_suspendResumeTask " , test_suspendResumeTask) ,
1794
+ /* ⚠️ */ ( " test_suspendResumeTask " , testExpectedToFail ( test_suspendResumeTask, " Occasionally breaks " ) ) ,
1795
1795
( " test_taskTimeout " , test_taskTimeout) ,
1796
1796
( " test_verifyRequestHeaders " , test_verifyRequestHeaders) ,
1797
1797
( " test_verifyHttpAdditionalHeaders " , test_verifyHttpAdditionalHeaders) ,
@@ -1834,7 +1834,7 @@ class TestURLSession: LoopbackServerTest {
1834
1834
( " test_taskCountAfterInvalidateAndCancel " , test_taskCountAfterInvalidateAndCancel) ,
1835
1835
( " test_sessionDelegateAfterInvalidateAndCancel " , test_sessionDelegateAfterInvalidateAndCancel) ,
1836
1836
/* ⚠️ */ ( " test_getAllTasks " , testExpectedToFail ( test_getAllTasks, " This test causes later ones to crash " ) ) ,
1837
- ( " test_getTasksWithCompletion " , test_getTasksWithCompletion) ,
1837
+ /* ⚠️ */ ( " test_getTasksWithCompletion " , testExpectedToFail ( test_getTasksWithCompletion, " Flaky tests " ) ) ,
1838
1838
/* ⚠️ */ ( " test_invalidResumeDataForDownloadTask " ,
1839
1839
/* ⚠️ */ testExpectedToFail ( test_invalidResumeDataForDownloadTask, " This test crashes nondeterministically: https://bugs.swift.org/browse/SR-11353 " ) ) ,
1840
1840
/* ⚠️ */ ( " test_simpleUploadWithDelegateProvidingInputStream " ,
0 commit comments