Skip to content

Commit 881acbb

Browse files
authored
Merge pull request #987 from pushkarnk/urlsession-disable-again
2 parents 5a0e57d + bc84cbd commit 881acbb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

TestFoundation/main.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ XCTMain([
7979
testCase(TestURLRequest.allTests),
8080
testCase(TestNSURLResponse.allTests),
8181
testCase(TestNSHTTPURLResponse.allTests),
82-
testCase(TestURLSession.allTests),
82+
//Disabling to avoid https://bugs.swift.org/browse/SR-4677 and a timeout failure
83+
// testCase(TestURLSession.allTests),
8384
testCase(TestNSNull.allTests),
8485
testCase(TestNSUUID.allTests),
8586
testCase(TestNSValue.allTests),

0 commit comments

Comments
 (0)