Skip to content

Commit

Permalink
Temp disable other tests for quicker CI
Browse files Browse the repository at this point in the history
Signed-off-by: Byron Ruth <[email protected]>
  • Loading branch information
bruth committed Nov 4, 2023
1 parent 98d1827 commit 83a7db2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/test-run-nats
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ export -f start-test

# test minimum supported version and most recent version of NATS
VERSION_LIST="\
nats 2.7.4
nats 2.8.4
nats 2.9.18"
nats 2.9.21"

while read ENGINE VERSION; do
LABEL=$ENGINE-$VERSION DB_PASSWORD_ENV=NATS_JS_PASSWORD DB_ARGS="-js" DB_IMAGE=docker.io/library/$ENGINE:$VERSION run-test
Expand Down

0 comments on commit 83a7db2

Please sign in to comment.