Skip to content

Commit ca6df80

Browse files
committed
temporarily disable http client testing
1 parent 33c4d33 commit ca6df80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/SwiftlyTests/HTTPClientTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import SystemPackage
77
import Testing
88

99
@Suite(.serialized) struct HTTPClientTests {
10-
@Test func getSwiftOrgGPGKeys() async throws {
10+
/*@Test func getSwiftOrgGPGKeys() async throws {
1111
let tmpFile = mktemp()
1212
try await create(file: tmpFile, contents: nil)
1313

@@ -118,7 +118,7 @@ import Testing
118118
// THEN: we get at least 3 releases
119119
#expect(3 <= snapshots.count)
120120
}
121-
}
121+
}*/
122122
}
123123

124124
private func withGpg(_ body: (([String]) throws -> Void) async throws -> Void) async throws {

0 commit comments

Comments
 (0)