File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,10 @@ function start_time() {
15
15
16
16
function setup() {
17
17
skip_if_remote " quadlet tests are meaningless over remote"
18
- skip_if_rootless_cgroupsv1 " quadlet tests don't work rootless on RHEL8"
18
+ skip_if_rootless_cgroupsv1 " Can't use --cgroups=split w/ CGv1 (#17456)"
19
+ skip_if_journald_unavailable " quadlet isn't really usable without journal"
20
+
21
+ test -x " $QUADLET " || die " Cannot run quadlet tests without executable \$ QUADLET ($QUADLET )"
19
22
20
23
start_time
21
24
Original file line number Diff line number Diff line change @@ -244,6 +244,8 @@ READY=1" "sdnotify sent MAINPID and READY"
244
244
}
245
245
246
246
@test " sdnotify : play kube - with policies" {
247
+ skip_if_journald_unavailable
248
+
247
249
# Pull that image. Retry in case of flakes.
248
250
run_podman pull $SYSTEMD_IMAGE || \
249
251
run_podman pull $SYSTEMD_IMAGE || \
You can’t perform that action at this time.
0 commit comments