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.
testDownloadDefaultAuthenticationSuccess
1 parent a38a0b7 commit 1cb0a66Copy full SHA for 1cb0a66
Tests/BasicsTests/URLSessionHTTPClientTests.swift
@@ -356,6 +356,7 @@ final class URLSessionHTTPClientTest: XCTestCase {
356
// https://github.com/apple/swift-corelibs-foundation/pull/2593 tries to address the latter part
357
try XCTSkipIf(true, "test is only supported on macOS")
358
#endif
359
+ try XCTSkipIfCI()
360
let netrcContent = "default login default password default"
361
let netrc = try NetrcAuthorizationWrapper(underlying: NetrcParser.parse(netrcContent))
362
let authData = Data("default:default".utf8)
0 commit comments