Skip to content

Commit 0460f5f

Browse files
committed
wip: Try container-based SDK build in CI
1 parent a9f9e78 commit 0460f5f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Tests/SwiftSDKGeneratorTests/EndToEndTests.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,12 +381,10 @@ final class Swift60_UbuntuEndToEndTests: XCTestCase {
381381
}
382382

383383
func testAarch64FromContainer() async throws {
384-
try skipSlow()
385384
try await buildTestcases(config: config.withArchitecture("aarch64").withDocker())
386385
}
387386

388387
func testX86_64FromContainer() async throws {
389-
try skipSlow()
390388
try await buildTestcases(config: config.withArchitecture("x86_64").withDocker())
391389
}
392390
}

0 commit comments

Comments
 (0)