Skip to content

Commit

Permalink
comment tests to skip the timescale for pg16
Browse files Browse the repository at this point in the history
  • Loading branch information
jopadi committed Dec 8, 2023
1 parent 769f6d1 commit 8479349
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions postgres-appliance/tests/test_spilo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -362,11 +362,11 @@ function test_spilo() {


# TEST SUITE 1
run_test test_pg_upgrade_to_16_check_failed "$container" # pg_upgrade --check complains about timescaledb
#run_test test_pg_upgrade_to_16_check_failed "$container" # pg_upgrade --check complains about timescaledb

wait_backup "$container"

drop_timescaledb "$container"
#drop_timescaledb "$container"
log_info "[TS1] Testing in-place major upgrade 15->16"
run_test test_successful_inplace_upgrade_to_16 "$container"
wait_all_streaming "$container"
Expand Down

0 comments on commit 8479349

Please sign in to comment.