From 44e6278c9d247e445f7b870498a2bb573c82f1c5 Mon Sep 17 00:00:00 2001 From: Xiaofeng Wang Date: Fri, 15 Sep 2023 14:54:24 +0800 Subject: [PATCH] test: remove workaround for bug BZ#2234390 --- test/cases/ostree.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cases/ostree.sh b/test/cases/ostree.sh index 9b1c1e1e8a..815cd45a99 100755 --- a/test/cases/ostree.sh +++ b/test/cases/ostree.sh @@ -139,7 +139,7 @@ case "${ID}-${VERSION_ID}" in OSTREE_REF="centos/9/${ARCH}/edge" OS_VARIANT="centos-stream9" USER_IN_COMMIT="true" - BOOT_LOCATION="https://odcs.stream.centos.org/production/CentOS-Stream-9-20230823.0/compose/BaseOS/x86_64/os/" + BOOT_LOCATION="https://odcs.stream.centos.org/production/latest-CentOS-Stream/compose/BaseOS/x86_64/os/" EMBEDED_CONTAINER="true" FIREWALL_FEATURE="false" DIRS_FILES_CUSTOMIZATION="true"