diff --git a/.image-garden.mk b/.image-garden.mk index d89ca5354..69d5e9083 100644 --- a/.image-garden.mk +++ b/.image-garden.mk @@ -41,7 +41,6 @@ packages: - python3-ttkthemes - swig - tinyproxy -- toybox # Update all the packages. This allows us to be on the up-to-date kernel # version that we cannot otherwise easily select with cloud init alone. Note # that we do not need to reboot the system as image garden shuts down the image diff --git a/tests/profiles/toybox/task.yaml b/tests/profiles/toybox/task.yaml deleted file mode 100644 index 47b1003ce..000000000 --- a/tests/profiles/toybox/task.yaml +++ /dev/null @@ -1,15 +0,0 @@ -summary: smoke test for the toybox profile -systems: - # Toybox is not packaged on openSUSE - - -opensuse-* - # Those fail with: - # Warning from profile toybox (/tmp/apparmor/profiles/apparmor.d/toybox): userns rules not enforced - # TODO: consider passing different options so that unavailable kernel features do not emit warnings. - - -debian-cloud-13 - - -debian-cloud-12 -execute: | - # Toybox works (this is a very basic test). - test "$(toybox id -u)" -eq 0 - - # The profile is attached based on the program path. - "$SPREAD_PATH"/tests/bin/actual-profile-of toybox | MATCH 'toybox \(unconfined\)'