Skip to content

Commit

Permalink
Skip JS cluster 4 tests when running JS no cluster tests (#5882)
Browse files Browse the repository at this point in the history
When running in GitHub actions JS cluster 4 tests would not be skipped
when running JS no cluster tests.

Signed-off-by: Maurice van Veen <github@mauricevanveen.com>
  • Loading branch information
derekcollison committed Sep 12, 2024
2 parents 93d173c + 8c8544c commit 50562c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
go-version: stable

- name: Run unit tests
run: go test -race -v -run=TestJetStream ./server/... -tags=skip_js_cluster_tests,skip_js_cluster_tests_2,skip_js_cluster_tests_3,skip_js_super_cluster_tests -count=1 -vet=off -timeout=30m -failfast
run: go test -race -v -run=TestJetStream ./server/... -tags=skip_js_cluster_tests,skip_js_cluster_tests_2,skip_js_cluster_tests_3,skip_js_cluster_tests_4,skip_js_super_cluster_tests -count=1 -vet=off -timeout=30m -failfast

js-cluster-1:
name: JetStream Cluster tests (1)
Expand Down

0 comments on commit 50562c7

Please sign in to comment.