@@ -500,25 +500,29 @@ final class Swift61_UbuntuEndToEndTests: XCTestCase {
500
500
func testJammyAarch64Direct( ) async throws {
501
501
try skipSlow ( )
502
502
try await buildTestcases (
503
- config: config. withArchitecture ( " aarch64 " ) . withLinuxDistributionVersion ( " 22.04 " ) )
503
+ config: config. withArchitecture ( " aarch64 " ) . withLinuxDistributionVersion ( " 22.04 " )
504
+ )
504
505
}
505
506
506
507
func testJammyX86_64Direct( ) async throws {
507
508
try skipSlow ( )
508
509
try await buildTestcases (
509
- config: config. withArchitecture ( " x86_64 " ) . withLinuxDistributionVersion ( " 22.04 " ) )
510
+ config: config. withArchitecture ( " x86_64 " ) . withLinuxDistributionVersion ( " 22.04 " )
511
+ )
510
512
}
511
513
512
514
func testJammyAarch64FromContainer( ) async throws {
513
515
try skipSlow ( )
514
516
try await buildTestcases (
515
- config: config. withArchitecture ( " aarch64 " ) . withLinuxDistributionVersion ( " 22.04 " ) . withDocker ( ) )
517
+ config: config. withArchitecture ( " aarch64 " ) . withLinuxDistributionVersion ( " 22.04 " ) . withDocker ( )
518
+ )
516
519
}
517
520
518
521
func testJammyX86_64FromContainer( ) async throws {
519
522
try skipSlow ( )
520
523
try await buildTestcases (
521
- config: config. withArchitecture ( " x86_64 " ) . withLinuxDistributionVersion ( " 22.04 " ) . withDocker ( ) )
524
+ config: config. withArchitecture ( " x86_64 " ) . withLinuxDistributionVersion ( " 22.04 " ) . withDocker ( )
525
+ )
522
526
}
523
527
}
524
528
@@ -674,12 +678,14 @@ final class Swift61_RHELEndToEndTests: XCTestCase {
674
678
func testAmazonLinux2Aarch64FromContainer( ) async throws {
675
679
try skipSlow ( )
676
680
try await buildTestcases (
677
- config: config. withArchitecture ( " aarch64 " ) . withContainerImageSuffix ( " amazonlinux2 " ) )
681
+ config: config. withArchitecture ( " aarch64 " ) . withContainerImageSuffix ( " amazonlinux2 " )
682
+ )
678
683
}
679
684
680
685
func testAmazonLinux2X86_64FromContainer( ) async throws {
681
686
try skipSlow ( )
682
687
try await buildTestcases (
683
- config: config. withArchitecture ( " x86_64 " ) . withContainerImageSuffix ( " amazonlinux2 " ) )
688
+ config: config. withArchitecture ( " x86_64 " ) . withContainerImageSuffix ( " amazonlinux2 " )
689
+ )
684
690
}
685
691
}
0 commit comments