From 71d121053458b137ff71f6d6efc49ec0ab98103b Mon Sep 17 00:00:00 2001 From: Kwaizer Date: Fri, 22 Aug 2025 15:35:55 +0100 Subject: [PATCH] Test commit --- skipped_tests.json | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/skipped_tests.json b/skipped_tests.json index caf5acd..1c62191 100644 --- a/skipped_tests.json +++ b/skipped_tests.json @@ -1,7 +1,15 @@ { - "test-platform": { - "libxml2": ["run_package_integrity_tests"], - "curl": ["run_package_integrity_tests"], + "almalinux-8": { + "libxml2": ["package_integrity_tests", "package_integrity_tests"], + "curl": ["package_integrity_tests"] + }, + "almalinux-9": { + "libxml2": ["package_integrity_tests"], + "curl": ["package_integrity_tests"], + "bzip2": ["run_package_integrity_tests"] + }, + "ubuntu-24.04": { "bzip2": ["run_package_integrity_tests"] } } +