From 6d80905bdb958ac3ae72490a16f7f297d8e748db Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 15 Feb 2024 10:31:26 -0500 Subject: [PATCH] tests: Skip composefs tests without the feature Previously this was masked by us shipping composefs vendored. --- tests/test-admin-deploy-composefs.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test-admin-deploy-composefs.sh b/tests/test-admin-deploy-composefs.sh index a4565a7416..fd39dc8d5d 100755 --- a/tests/test-admin-deploy-composefs.sh +++ b/tests/test-admin-deploy-composefs.sh @@ -21,6 +21,8 @@ set -euox pipefail . $(dirname $0)/libtest.sh +skip_without_ostree_feature composefs + # Exports OSTREE_SYSROOT so --sysroot not needed. setup_os_repository "archive" "syslinux"