Skip to content

Commit

Permalink
Ensure journald events tests only run where supported
Browse files Browse the repository at this point in the history
We don't support the journald events backend on RHEL8, for
example. So we can't unconditionally run these tests.

Partial fix for RHBZ1955166

Signed-off-by: Matthew Heon <[email protected]>
  • Loading branch information
mheon committed Jul 21, 2021
1 parent 7826343 commit 4376f14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/system/090-events.bats
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ function _events_disjunctive_filters() {

@test "events with disjunctive filters - journald" {
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
}

Expand Down

0 comments on commit 4376f14

Please sign in to comment.