Skip to content

Commit

Permalink
Merge pull request #11007 from mheon/journald_test_skip
Browse files Browse the repository at this point in the history
Ensure journald events tests only run where supported
  • Loading branch information
openshift-merge-robot authored Jul 21, 2021
2 parents c0cb664 + 4376f14 commit 6370622
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 6370622

Please sign in to comment.