提交 15038ce7 作者: Kevin Atkinson

Comment out test case that hangs.

License: MIT
Signed-off-by: 's avatarKevin Atkinson <k@kevina.org>
上级 3093b6c0
...@@ -237,12 +237,13 @@ test_expect_success "some are no longer there" ' ...@@ -237,12 +237,13 @@ test_expect_success "some are no longer there" '
test_must_fail ipfs ls "$HASH_DIR3" test_must_fail ipfs ls "$HASH_DIR3"
' '
test_expect_success "recursive pin fails without objects" ' ## FIXME: hangs see https://github.com/ipfs/go-ipfs/issues/5793
ipfs pin rm -r=false "$HASH_DIR1" && # test_expect_success "recursive pin fails without objects" '
test_must_fail ipfs pin add -r "$HASH_DIR1" 2>err_expected8 && # ipfs pin rm -r=false "$HASH_DIR1" &&
grep "pin: merkledag: not found" err_expected8 || # test_must_fail ipfs pin add -r "$HASH_DIR1" 2>err_expected8 &&
test_fsh cat err_expected8 # grep "pin: merkledag: not found" err_expected8 ||
' # test_fsh cat err_expected8
#'
test_expect_success "test add nopin file" ' test_expect_success "test add nopin file" '
echo "test nopin data" > test_nopin_data && echo "test nopin data" > test_nopin_data &&
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论