From d2de2d091f06b624d00cfb244bca5b125c2e66e7 Mon Sep 17 00:00:00 2001 From: phoenix Date: Tue, 1 Oct 2024 10:10:42 +0200 Subject: [PATCH] Remove workaround for bsc#1220568 This workaround is not needed anymore because bsc#1220568 is fixed, and it breaks 15-SP7 test runs where cni is not available. --- tests/containers/buildah.pm | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/containers/buildah.pm b/tests/containers/buildah.pm index 22a4469298fa..d2690c617222 100644 --- a/tests/containers/buildah.pm +++ b/tests/containers/buildah.pm @@ -35,9 +35,6 @@ sub run { if ($runtime eq 'docker') { install_docker_when_needed($host_distri); zypper_call('install skopeo'); - - # temporarily necessary due to https://bugzilla.suse.com/show_bug.cgi?id=1220568 - zypper_call('install cni-plugins') if (is_sle("15-SP3+")); } record_info('Version', script_output('buildah --version'));