Skip to content

Commit dec746f

Browse files
committed
disable parallel
1 parent 41117f9 commit dec746f

File tree

1 file changed

+3
-3
lines changed
  • .github/actions/skupper-integration-tests

1 file changed

+3
-3
lines changed

.github/actions/skupper-integration-tests/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ runs:
8888

8989
- name: Run Skupper integration tests
9090
run: |
91-
export PUBLIC_1_INGRESS_HOST=10.0.1.1
92-
export QDROUTERD_IMAGE=localhost:32000/skupper-router:registry
91+
#export PUBLIC_1_INGRESS_HOST=10.0.1.1
92+
#export QDROUTERD_IMAGE=localhost:32000/skupper-router:registry
9393
94-
go test -tags=integration -timeout=60m -v ./test/integration/...
94+
go test -p=1 -tags=integration -timeout=60m -v ./test/integration/...
9595
working-directory: skupper
9696
shell: bash
9797

0 commit comments

Comments
 (0)