File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Tests/SwiftSDKGeneratorTests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments