Skip to content

Commit ff4a707

Browse files
committed
Serialize the entire HTTPClientTests suite
1 parent 1b3aef5 commit ff4a707

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Tests/SwiftlyTests/HTTPClientTests.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import Foundation
44
@testable import SwiftlyCore
55
import Testing
66

7-
@Suite struct HTTPClientTests {
7+
@Suite(.serialized) struct HTTPClientTests {
88
@Test func getSwiftOrgGPGKeys() async throws {
99
let httpClient = SwiftlyHTTPClient(httpRequestExecutor: HTTPRequestExecutorImpl())
1010

@@ -38,7 +38,6 @@ import Testing
3838
}
3939

4040
@Test(
41-
.serialized,
4241
arguments:
4342
[PlatformDefinition.macOS, .ubuntu2404, .ubuntu2204, .rhel9, .fedora39, .amazonlinux2, .debian12],
4443
[Components.Schemas.Architecture.x8664, .aarch64]

0 commit comments

Comments
 (0)