From a4d8929a7e0c0801459739f9f19d06cbebdf1d52 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sun, 8 May 2022 14:00:29 +0200 Subject: [PATCH] Disable failing test for CentOS 8. (cherry picked from commit f17d2669fabd263b86a5db8a26d6641e904ca78a) --- tests/integration/targets/cloud_init_data_facts/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/targets/cloud_init_data_facts/tasks/main.yml b/tests/integration/targets/cloud_init_data_facts/tasks/main.yml index d466ed0089..9565dc1199 100644 --- a/tests/integration/targets/cloud_init_data_facts/tasks/main.yml +++ b/tests/integration/targets/cloud_init_data_facts/tasks/main.yml @@ -15,6 +15,7 @@ when: - not (ansible_distribution == "Ubuntu" and ansible_distribution_major_version|int == 14) - not (ansible_os_family == "Suse" and ansible_distribution_major_version|int != 42 and ansible_python.version.major != 3) + - not (ansible_distribution == "CentOS" and ansible_distribution_major_version|int == 8) # TODO: cannot start service - not (ansible_distribution == 'Archlinux') # TODO: package seems to be broken, cannot be downloaded from mirrors? - not (ansible_distribution == 'Alpine') # TODO: not sure what's wrong here, the module doesn't return what the tests expect block: