From 4c41330a6700cbcf925aaf13a3a503867929d40a 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..79d582b 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 + # Skiped 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