We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 161b658 commit 99bc426Copy full SHA for 99bc426
TestFoundation/main.swift
@@ -74,7 +74,8 @@ XCTMain([
74
testCase(TestURLRequest.allTests),
75
testCase(TestNSURLResponse.allTests),
76
testCase(TestNSHTTPURLResponse.allTests),
77
- testCase(TestURLSession.allTests),
+ // FIXME: SR-3464 Assertion failure in TestURLSession.test_dataTaskWithURL
78
+ // testCase(TestURLSession.allTests),
79
testCase(TestNSNull.allTests),
80
testCase(TestNSUUID.allTests),
81
testCase(TestNSValue.allTests),
0 commit comments