summaryrefslogtreecommitdiff
path: root/test/system
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-07-21 15:06:31 -0400
committerGitHub <noreply@github.com>2021-07-21 15:06:31 -0400
commit6370622444676db812cbc54aef56e691ea7788d0 (patch)
treeab7aec4024629387c236eb7d814305581fb81476 /test/system
parentc0cb664581c11a0afd5a93c94822021dad00e68a (diff)
parent4376f14c30b8c30833c2ee49b4e12cdc9063ab43 (diff)
downloadpodman-6370622444676db812cbc54aef56e691ea7788d0.tar.gz
podman-6370622444676db812cbc54aef56e691ea7788d0.tar.bz2
podman-6370622444676db812cbc54aef56e691ea7788d0.zip
Merge pull request #11007 from mheon/journald_test_skip
Ensure journald events tests only run where supported
Diffstat (limited to 'test/system')
-rw-r--r--test/system/090-events.bats1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/system/090-events.bats b/test/system/090-events.bats
index d889bd7f9..22edaeee9 100644
--- a/test/system/090-events.bats
+++ b/test/system/090-events.bats
@@ -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
}