From e854a770c0ef55ecd9ed60f9f712e7462672260f Mon Sep 17 00:00:00 2001 From: Mario Cattamo Date: Tue, 30 Apr 2024 17:14:03 +0200 Subject: [PATCH] test: skip ostree-remount due to issue RHEL-25249 --- test/data/ansible/check_ostree.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/data/ansible/check_ostree.yaml b/test/data/ansible/check_ostree.yaml index d62fefdd07..96ab20ba51 100644 --- a/test/data/ansible/check_ostree.yaml +++ b/test/data/ansible/check_ostree.yaml @@ -499,9 +499,9 @@ - name: failed count + 1 set_fact: failed_counter: "{{ failed_counter | int + 1 }}" - # Skipping playbook task in CS9 due to bug https://issues.redhat.com/browse/RHEL-25249 + # Skipping playbook task in CS9 and RHEL 9 due to bug https://issues.redhat.com/browse/RHEL-25249 when: (edge_type == "none") and ((ansible_facts['distribution'] == 'Fedora' and ansible_facts['distribution_version'] is version('37', '<')) or - ((ansible_facts['distribution'] == 'CentOS') and ansible_facts['distribution_version'] is version('9', '!=')) or (ansible_facts['distribution'] == 'RedHat')) + ((ansible_facts['distribution'] == 'CentOS') and ansible_facts['distribution_version'] is version('9', '!=')) or (ansible_facts['distribution'] != 'RedHat')) # case: check dmesg error and failed log - name: check dmesg output