From 18f36d8cf6bd1fa4681035dcb38af1bd61789a5c Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Tue, 18 Aug 2020 07:21:47 -0600 Subject: Re-disable sdnotify tests to try to fix CI Some CI tests are hanging, timing out in 60 or 120 minutes. I wonder if it's #7316, the bug where all podman commands hang forever if NOTIFY_SOCKET is set? Signed-off-by: Ed Santiago --- test/system/260-sdnotify.bats | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/system') diff --git a/test/system/260-sdnotify.bats b/test/system/260-sdnotify.bats index 6bc9fc02e..7be4be983 100644 --- a/test/system/260-sdnotify.bats +++ b/test/system/260-sdnotify.bats @@ -12,6 +12,8 @@ _SOCAT_LOG= function setup() { skip_if_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" -- cgit v1.2.3-54-g00ecf