Skip to content

Commit

Permalink
Merge pull request #17875 from edsantiago/v441rhel_rootless_journal_skip
Browse files Browse the repository at this point in the history
quadlet tests: skip on RHEL8 rootless
  • Loading branch information
openshift-merge-robot authored Mar 22, 2023
2 parents bf400bd + ab0bbf7 commit 4461c9c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/system/252-quadlet.bats
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ function start_time() {

function setup() {
skip_if_remote "quadlet tests are meaningless over remote"
skip_if_rootless_cgroupsv1 "quadlet tests don't work rootless on RHEL8"
skip_if_rootless_cgroupsv1 "Can't use --cgroups=split w/ CGv1 (#17456)"
skip_if_journald_unavailable "quadlet isn't really usable without journal"

test -x "$QUADLET" || die "Cannot run quadlet tests without executable \$QUADLET ($QUADLET)"

start_time

Expand Down
2 changes: 2 additions & 0 deletions test/system/260-sdnotify.bats
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,8 @@ READY=1" "sdnotify sent MAINPID and READY"
}

@test "sdnotify : play kube - with policies" {
skip_if_journald_unavailable

# Pull that image. Retry in case of flakes.
run_podman pull $SYSTEMD_IMAGE || \
run_podman pull $SYSTEMD_IMAGE || \
Expand Down

0 comments on commit 4461c9c

Please sign in to comment.