Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Commit

Permalink
test: skip persistent log test on fedora 41
Browse files Browse the repository at this point in the history
  • Loading branch information
henrywang committed May 21, 2024
1 parent 299502a commit 73b144c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion playbooks/check-system.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,6 @@
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 @@ -618,6 +617,8 @@
- name: failed count + 1
set_fact:
failed_counter: "{{ failed_counter | int + 1 }}"
when: ansible_facts['distribution_version'] != "41"
# skip f41 for issue https://gitlab.com/fedora/bootc/base-images/-/issues/10

# case: check reboot times
- name: check reboot times
Expand Down

0 comments on commit 73b144c

Please sign in to comment.