From f0eb8e97383c0bd396af63bda2277967b38e16fb Mon Sep 17 00:00:00 2001 From: Xiaofeng Wang Date: Tue, 29 Aug 2023 16:17:48 +0800 Subject: [PATCH] test: add 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 94fc1ee50..31abd8fee 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/latest-CentOS-Stream/compose/BaseOS/x86_64/os/" + BOOT_LOCATION="https://odcs.stream.centos.org/production/CentOS-Stream-9-20230823.0/compose/BaseOS/x86_64/os/" EMBEDED_CONTAINER="true" FIREWALL_FEATURE="false" DIRS_FILES_CUSTOMIZATION="true"