Skip to content

Commit

Permalink
run integration/ops tests in turn
Browse files Browse the repository at this point in the history
in order to get ride of the flaky failure

Signed-off-by: Rui Yang <[email protected]>
  • Loading branch information
Rui Yang committed Oct 10, 2023
1 parent ddf4d50 commit 186ab1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tasks/scripts/integration
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,5 @@ cd concourse

go mod download

go test -parallel=2 ./integration/... "$@"
go test -parallel=2 -skip=Ops ./integration/... "$@"
go test ./integration/ops "$@"

0 comments on commit 186ab1c

Please sign in to comment.