Skip to content

Commit

Permalink
Containers: Disable privileged mode
Browse files Browse the repository at this point in the history
Because fails in different VRs, is disabled until will be
more stable

https://progress.opensuse.org/issues/135518
  • Loading branch information
ilausuch committed Oct 4, 2023
1 parent 522c5e4 commit a7f9fc0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/main_containers.pm
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ sub load_host_tests_podman {
# In Public Cloud we don't have internal resources
load_image_test($run_args) unless is_public_cloud || is_alp;
load_3rd_party_image_test($run_args);
load_container_engine_privileged_mode($run_args);
loadtest 'containers/podman_bci_systemd';
loadtest 'containers/podman_pods';
# Default for ALP is Netavark
Expand All @@ -122,7 +121,6 @@ sub load_host_tests_docker {
# In Public Cloud we don't have internal resources
load_image_test($run_args) unless is_public_cloud || is_alp;
load_3rd_party_image_test($run_args);
load_container_engine_privileged_mode($run_args);
# Firewall is not installed in Public Cloud, JeOS OpenStack and MicroOS but it is in SLE Micro
loadtest 'containers/docker_firewall' unless (is_public_cloud || is_openstack || is_microos);
unless (is_sle("<=15") && is_aarch64) {
Expand Down

0 comments on commit a7f9fc0

Please sign in to comment.