Skip to content

Commit 8a9bac4

Browse files
committed
wip: only run a representative end to end test to save time
1 parent 83b2ab4 commit 8a9bac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Docker/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ services:
2929
environment:
3030
- JENKINS_URL
3131
- SWIFT_SDK_GENERATOR_CONTAINER_RUNTIME=podman
32-
command: /bin/bash -xcl "swift test $${WARN_AS_ERROR_ARG-} $${SANITIZER_ARG-} $${IMPORT_CHECK_ARG-}"
32+
command: /bin/bash -xcl "swift test $${WARN_AS_ERROR_ARG-} $${SANITIZER_ARG-} $${IMPORT_CHECK_ARG-} --filter Swift59_UbuntuEndToEndTests.testX86_64FromContainer"
3333

3434
# util
3535

0 commit comments

Comments
 (0)