Skip to content

Commit

Permalink
fix: condition
Browse files Browse the repository at this point in the history
  • Loading branch information
EstebanBorai committed Apr 24, 2023
1 parent 306e924 commit 6cd83e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cli/fluvio_smoke_tests/e2e-basic.bats
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ teardown_file() {
}

@test "Consume zstd message" {
if [[ "$FLUVIO_CLUSTER_RELEASE_CHANNEL" == "stable" ]]; then
if [[ "$FLUVIO_CLI_RELEASE_CHANNEL" == "stable" || "$FLUVIO_CLUSTER_RELEASE_CHANNEL" == "stable" ]]; then
skip "don't run on stable version"
fi

Expand Down

0 comments on commit 6cd83e2

Please sign in to comment.