Skip to content

Commit 116a730

Browse files
committed
Disable akka http client for system tests
1 parent 8289c80 commit 116a730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/2-system.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ on:
2929
env:
3030
# openwhisk env
3131
TEST_SUITE: System
32-
ANSIBLE_CMD: "ansible-playbook -i environments/local -e docker_image_prefix=testing"
32+
ANSIBLE_CMD: "ansible-playbook -i environments/local -e docker_image_prefix=testing -e container_pool_akka_client=false"
3333
GRADLE_PROJS_SKIP: ""
3434

3535
## secrets

0 commit comments

Comments
 (0)