mirror of
https://github.com/containers/podman.git
synced 2025-06-22 09:58:10 +08:00
Merge pull request #11007 from mheon/journald_test_skip
Ensure journald events tests only run where supported
This commit is contained in:
@ -81,6 +81,7 @@ function _events_disjunctive_filters() {
|
|||||||
|
|
||||||
@test "events with disjunctive filters - journald" {
|
@test "events with disjunctive filters - journald" {
|
||||||
skip_if_remote "remote does not support --events-backend"
|
skip_if_remote "remote does not support --events-backend"
|
||||||
|
skip_if_journald_unavailable "system does not support journald events"
|
||||||
_events_disjunctive_filters --events-backend=journald
|
_events_disjunctive_filters --events-backend=journald
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user