Skip to content

Commit

Permalink
stop running flakey tests and rely on external network dependencies i…
Browse files Browse the repository at this point in the history
…n CI
  • Loading branch information
onsi committed Nov 2, 2022
1 parent ed1156b commit 7133290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -26,4 +26,4 @@ jobs:
- run: go vet ./...
- run: mv ./tools ./tools.go
- run: go get github.com/onsi/ginkgo/v2/ginkgo
- run: go run github.com/onsi/ginkgo/v2/ginkgo -r --randomize-all --randomize-suites --race --trace --fail-on-pending --keep-going
- run: go run github.com/onsi/ginkgo/v2/ginkgo -r --randomize-all --randomize-suites --race --trace --fail-on-pending --keep-going --label-filter="\!network"

0 comments on commit 7133290

Please sign in to comment.