From aa72f3687cdea01c781237e5c37e1f2cb85e4235 Mon Sep 17 00:00:00 2001 From: Xiaofeng Wang Date: Tue, 27 Feb 2024 16:35:48 +0800 Subject: [PATCH] test: skip persistent log case on RHEL test Due to bug https://github.com/CentOS/centos-bootc/issues/354 --- playbooks/check-system.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playbooks/check-system.yaml b/playbooks/check-system.yaml index 3fc105a..432fc4d 100644 --- a/playbooks/check-system.yaml +++ b/playbooks/check-system.yaml @@ -382,6 +382,7 @@ failed_counter: "{{ failed_counter | int + 1 }}" # case: check persistent log in system + # Skipped for RHEL test due to bug https://github.com/CentOS/centos-bootc/issues/354 - name: check journald persistent logging block: - name: list boots @@ -401,6 +402,7 @@ - name: failed count + 1 set_fact: failed_counter: "{{ failed_counter | int + 1 }}" + when: ansible_facts['distribution'] != 'RedHat' # case: check reboot times - name: check reboot times