Merge pull request #11006 from mheon/test_failure

[v3.2.3-rhel] Remove a test that is nonfunctional on RHEL8
This commit is contained in:
OpenShift Merge Robot
2021-07-21 13:27:33 -04:00
committed by GitHub

View File

@ -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
}