Skip to content

Commit

Permalink
test: skip persistent log case on RHEL test
Browse files Browse the repository at this point in the history
  • Loading branch information
henrywang committed Feb 27, 2024
1 parent 0be2d95 commit aa72f36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions playbooks/check-system.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit aa72f36

Please sign in to comment.