Skip to content

Commit 96844de

Browse files
committed
Comment out test case that hangs.
License: MIT Signed-off-by: Kevin Atkinson <[email protected]>
1 parent f124585 commit 96844de

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

test/sharness/t0081-repo-pinning.sh

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -237,12 +237,13 @@ test_expect_success "some are no longer there" '
237237
test_must_fail ipfs ls "$HASH_DIR3"
238238
'
239239

240-
test_expect_success "recursive pin fails without objects" '
241-
ipfs pin rm -r=false "$HASH_DIR1" &&
242-
test_must_fail ipfs pin add -r "$HASH_DIR1" 2>err_expected8 &&
243-
grep "pin: merkledag: not found" err_expected8 ||
244-
test_fsh cat err_expected8
245-
'
240+
## FIXME: hangs see https://github.com/ipfs/go-ipfs/issues/5793
241+
# test_expect_success "recursive pin fails without objects" '
242+
# ipfs pin rm -r=false "$HASH_DIR1" &&
243+
# test_must_fail ipfs pin add -r "$HASH_DIR1" 2>err_expected8 &&
244+
# grep "pin: merkledag: not found" err_expected8 ||
245+
# test_fsh cat err_expected8
246+
#'
246247

247248
test_expect_success "test add nopin file" '
248249
echo "test nopin data" > test_nopin_data &&

0 commit comments

Comments
 (0)