Skip to content

Commit

Permalink
Hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
KuxaBeast committed Nov 29, 2024
1 parent e6f17e3 commit 4950fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main_containers.pm
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ sub load_host_tests_podman {
# Netavark not supported in 15-SP1 and 15-SP2 (due to podman version older than 4.0.0)
loadtest 'containers/podman_netavark' unless (is_staging || is_sle("<15-sp3") || is_ppc64le);
loadtest('containers/skopeo', run_args => $run_args, name => $run_args->{runtime} . "_skopeo") unless (is_sle('<15') || is_sle_micro('<5.5'));
loadtest 'containers/podman_quadlet' unless (is_sle("<16") || is_sle_micro("<6.0"));
loadtest 'containers/podman_quadlet' unless (is_sle("<16") || is_sle_micro("<6.1"));
# https://github.com/containers/podman/issues/5732#issuecomment-610222293
# exclude rootless podman on public cloud because of cgroups2 special settings
unless (is_openstack || is_public_cloud) {
Expand Down

0 comments on commit 4950fdb

Please sign in to comment.