From a9201360ab1dfcf02ca37fae39a262f2a74470e3 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Mon, 30 Jul 2018 15:47:24 -0700 Subject: [PATCH] these tests are broken see: https://github.com/ipfs/go-ipfs/issues/4078#issuecomment-362120722 License: MIT Signed-off-by: Steven Allen --- test/sharness/t0023-shutdown.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/sharness/t0023-shutdown.sh b/test/sharness/t0023-shutdown.sh index 960e89db9b4a..18528d205034 100755 --- a/test/sharness/t0023-shutdown.sh +++ b/test/sharness/t0023-shutdown.sh @@ -12,7 +12,7 @@ test_init_ipfs test_launch_ipfs_daemon -test_expect_success "shutdown succeeds" ' +test_expect_failure "shutdown succeeds" ' ipfs shutdown ' @@ -26,7 +26,7 @@ test_expect_success "daemon no longer running" ' test_launch_ipfs_daemon --offline -test_expect_success "shutdown succeeds" ' +test_expect_failure "shutdown succeeds" ' ipfs shutdown '