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 {
323
323
}
324
324
325
325
func testAarch64FromContainer( ) async throws {
326
- try skipSlow ( )
327
326
try await buildTestcases ( config: config. withArchitecture ( " aarch64 " ) . withDocker ( ) )
328
327
}
329
328
330
329
func testX86_64FromContainer( ) async throws {
331
- try skipSlow ( )
332
330
try await buildTestcases ( config: config. withArchitecture ( " x86_64 " ) . withDocker ( ) )
333
331
}
334
332
}
@@ -381,10 +379,12 @@ final class Swift60_UbuntuEndToEndTests: XCTestCase {
381
379
}
382
380
383
381
func testAarch64FromContainer( ) async throws {
382
+ try skipSlow ( )
384
383
try await buildTestcases ( config: config. withArchitecture ( " aarch64 " ) . withDocker ( ) )
385
384
}
386
385
387
386
func testX86_64FromContainer( ) async throws {
387
+ try skipSlow ( )
388
388
try await buildTestcases ( config: config. withArchitecture ( " x86_64 " ) . withDocker ( ) )
389
389
}
390
390
}
You can’t perform that action at this time.
0 commit comments