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"] } } +