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 a9f9e78 commit 0460f5fCopy full SHA for 0460f5f
Tests/SwiftSDKGeneratorTests/EndToEndTests.swift
@@ -381,12 +381,10 @@ final class Swift60_UbuntuEndToEndTests: XCTestCase {
381
}
382
383
func testAarch64FromContainer() async throws {
384
- try skipSlow()
385
try await buildTestcases(config: config.withArchitecture("aarch64").withDocker())
386
387
388
func testX86_64FromContainer() async throws {
389
390
try await buildTestcases(config: config.withArchitecture("x86_64").withDocker())
391
392
0 commit comments