Skip to content

Commit

Permalink
Enable upgrade test
Browse files Browse the repository at this point in the history
  • Loading branch information
fila43 committed Jun 18, 2024
1 parent cb679f9 commit e42cb5b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/run_test
Original file line number Diff line number Diff line change
Expand Up @@ -682,9 +682,6 @@ $volume_options
run_upgrade_test ()
{
local ret=0
# Do not run on Fedora or RHEL8+ until the upgrade script
# is fixed for non-SCL use cases
{ [ "${OS}" != "centos7" ] && [ "${OS}" != "rhel7" ]; } && return 0

local upgrade_path="none 9.2 9.4 9.5 9.6 10 12 13 none" prev= act=
for act in $upgrade_path; do
Expand Down

0 comments on commit e42cb5b

Please sign in to comment.