diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-10-15 06:19:07 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-15 06:19:07 -0400 |
commit | ef7f584acf65692a6b2a11a352a8d09d8a604ff6 (patch) | |
tree | 85044a2360ddbb7a7845de11ec1016bf6996baab /test/system/260-sdnotify.bats | |
parent | 41eda417fe4565cab26d704daedca0d285327f31 (diff) | |
parent | 1646da834c06d55e7bf56b272f2666659117e6fa (diff) | |
download | podman-ef7f584acf65692a6b2a11a352a8d09d8a604ff6.tar.gz podman-ef7f584acf65692a6b2a11a352a8d09d8a604ff6.tar.bz2 podman-ef7f584acf65692a6b2a11a352a8d09d8a604ff6.zip |
Merge pull request #8025 from edsantiago/bats
System test additions
Diffstat (limited to 'test/system/260-sdnotify.bats')
-rw-r--r-- | test/system/260-sdnotify.bats | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/system/260-sdnotify.bats b/test/system/260-sdnotify.bats index 06aa3bba7..2ddeda96a 100644 --- a/test/system/260-sdnotify.bats +++ b/test/system/260-sdnotify.bats @@ -12,8 +12,6 @@ _SOCAT_LOG= function setup() { skip_if_remote "systemd tests are meaningless over remote" - skip "FIXME FIXME FIXME, is this what's causing the CI hang???" - # Skip if systemd is not running systemctl list-units &>/dev/null || skip "systemd not available" |