File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -237,12 +237,13 @@ test_expect_success "some are no longer there" '
237
237
test_must_fail ipfs ls "$HASH_DIR3"
238
238
'
239
239
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
+ # '
246
247
247
248
test_expect_success " test add nopin file" '
248
249
echo "test nopin data" > test_nopin_data &&
You can’t perform that action at this time.
0 commit comments