Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: reenable cluster resume test #4063

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix: reenable cluster resume test
  • Loading branch information
EstebanBorai committed Jun 13, 2024
commit aef7a27b35512ae930ab83f9d1b207b9ea7069ae
9 changes: 0 additions & 9 deletions tests/cli/fluvio_smoke_tests/non-concurrent/local-resume.bats
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,6 @@ setup_file() {
}

@test "Resume cluster maintains SPU replica number" {
# Reenable when fluvio cluster upgrade is ready
skip

run timeout 15s "$FLUVIO_BIN" cluster shutdown
assert_success

Expand All @@ -82,9 +79,6 @@ setup_file() {
}

@test "Can not start a running cluster" {
# Reenable when fluvio cluster upgrade is ready
skip

run_list_spus
assert_success

Expand All @@ -93,9 +87,6 @@ setup_file() {
}

@test "Can not start a shutdown cluster" {
# Reenable when fluvio cluster upgrade is ready
skip

# Ensure cluster is running
run_list_spus
assert_success
Expand Down
Loading