Skip to content

Commit b3361f1

Browse files
committed
build 5.9 SDKs to match earliest version which runs in CI
1 parent 6d5ecf4 commit b3361f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/SwiftSDKGeneratorTests/EndToEndTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,12 +323,10 @@ final class Swift59_UbuntuEndToEndTests: XCTestCase {
323323
}
324324

325325
func testAarch64FromContainer() async throws {
326-
try skipSlow()
327326
try await buildTestcases(config: config.withArchitecture("aarch64").withDocker())
328327
}
329328

330329
func testX86_64FromContainer() async throws {
331-
try skipSlow()
332330
try await buildTestcases(config: config.withArchitecture("x86_64").withDocker())
333331
}
334332
}
@@ -381,10 +379,12 @@ final class Swift60_UbuntuEndToEndTests: XCTestCase {
381379
}
382380

383381
func testAarch64FromContainer() async throws {
382+
try skipSlow()
384383
try await buildTestcases(config: config.withArchitecture("aarch64").withDocker())
385384
}
386385

387386
func testX86_64FromContainer() async throws {
387+
try skipSlow()
388388
try await buildTestcases(config: config.withArchitecture("x86_64").withDocker())
389389
}
390390
}

0 commit comments

Comments
 (0)