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 33c4d33 commit ca6df80Copy full SHA for ca6df80
Tests/SwiftlyTests/HTTPClientTests.swift
@@ -7,7 +7,7 @@ import SystemPackage
7
import Testing
8
9
@Suite(.serialized) struct HTTPClientTests {
10
- @Test func getSwiftOrgGPGKeys() async throws {
+ /*@Test func getSwiftOrgGPGKeys() async throws {
11
let tmpFile = mktemp()
12
try await create(file: tmpFile, contents: nil)
13
@@ -118,7 +118,7 @@ import Testing
118
// THEN: we get at least 3 releases
119
#expect(3 <= snapshots.count)
120
}
121
- }
+ }*/
122
123
124
private func withGpg(_ body: (([String]) throws -> Void) async throws -> Void) async throws {
0 commit comments