diff --git a/Schutzfile b/Schutzfile index 78650951f..0b9f37463 100644 --- a/Schutzfile +++ b/Schutzfile @@ -21,13 +21,6 @@ } } }, - "rhel-8.4": { - "dependencies": { - "osbuild": { - "commit": "5de2d3f96bd4841738846d5e4f1e0e4ed01e7a2a" - } - } - }, "centos-8": { "dependencies": { "osbuild": { diff --git a/test/cases/ostree-ng.sh b/test/cases/ostree-ng.sh index 8b97fd904..3c3918263 100755 --- a/test/cases/ostree-ng.sh +++ b/test/cases/ostree-ng.sh @@ -253,8 +253,6 @@ sudo podman rmi -f -a greenprint "🗜 Extracting and running the image" IMAGE_FILENAME="${COMPOSE_ID}-rhel84-container.tar" sudo podman pull "oci-archive:${IMAGE_FILENAME}" -# Workaound for issue https://bugzilla.redhat.com/show_bug.cgi?id=1933774 -sudo restorecon -R /var/lib/containers/storage/overlay/ sudo podman images # Clear image file sudo rm -f "$IMAGE_FILENAME" @@ -465,8 +463,6 @@ sudo podman rmi -f -a greenprint "🗜 Extracting and running the image" IMAGE_FILENAME="${COMPOSE_ID}-rhel84-container.tar" sudo podman pull "oci-archive:${IMAGE_FILENAME}" -# Workaound for issue https://bugzilla.redhat.com/show_bug.cgi?id=1933774 -sudo restorecon -R /var/lib/containers/storage/overlay/ sudo podman images # Clear image file sudo rm -f "$IMAGE_FILENAME"