@@ -1742,7 +1742,7 @@ class TestURLSession: LoopbackServerTest {
1742
1742
( " test_simpleUploadWithDelegate " , test_simpleUploadWithDelegate) ,
1743
1743
( " test_requestWithEmptyBody " , test_requestWithEmptyBody) ,
1744
1744
( " test_requestWithNonEmptyBody " , test_requestWithNonEmptyBody) ,
1745
- /* ⚠️ */ ( " test_concurrentRequests " , testExpectedToFail ( test_concurrentRequests, " Fails about 4% of the time " ) ) ,
1745
+ ( " test_concurrentRequests " , test_concurrentRequests) ,
1746
1746
( " test_disableCookiesStorage " , test_disableCookiesStorage) ,
1747
1747
( " test_cookiesStorage " , test_cookiesStorage) ,
1748
1748
( " test_cookieStorageForEphemeralConfiguration " , test_cookieStorageForEphemeralConfiguration) ,
@@ -1756,7 +1756,7 @@ class TestURLSession: LoopbackServerTest {
1756
1756
( " test_checkErrorTypeAfterInvalidateAndCancel " , test_checkErrorTypeAfterInvalidateAndCancel) ,
1757
1757
( " test_taskCountAfterInvalidateAndCancel " , test_taskCountAfterInvalidateAndCancel) ,
1758
1758
( " test_sessionDelegateAfterInvalidateAndCancel " , test_sessionDelegateAfterInvalidateAndCancel) ,
1759
- /* ⚠️ */ ( " test_getAllTasks " , testExpectedToFail ( test_getAllTasks, " This test causes later ones to crash " ) ) ,
1759
+ ( " test_getAllTasks " , test_getAllTasks) ,
1760
1760
( " test_getTasksWithCompletion " , test_getTasksWithCompletion) ,
1761
1761
/* ⚠️ */ ( " test_invalidResumeDataForDownloadTask " ,
1762
1762
/* ⚠️ */ testExpectedToFail ( test_invalidResumeDataForDownloadTask, " This test crashes nondeterministically: https://bugs.swift.org/browse/SR-11353 " ) ) ,
0 commit comments