Skip to content

Commit

Permalink
disable parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
jiridanek committed Apr 3, 2022
1 parent 41117f9 commit dec746f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/skupper-integration-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@ runs:

- name: Run Skupper integration tests
run: |
export PUBLIC_1_INGRESS_HOST=10.0.1.1
export QDROUTERD_IMAGE=localhost:32000/skupper-router:registry
#export PUBLIC_1_INGRESS_HOST=10.0.1.1
#export QDROUTERD_IMAGE=localhost:32000/skupper-router:registry
go test -tags=integration -timeout=60m -v ./test/integration/...
go test -p=1 -tags=integration -timeout=60m -v ./test/integration/...
working-directory: skupper
shell: bash

Expand Down

0 comments on commit dec746f

Please sign in to comment.