Skip to content

Commit

Permalink
Merge pull request #2720 from ipfs/flaky_dht_query
Browse files Browse the repository at this point in the history
marks dht query as known breakage for now
  • Loading branch information
whyrusleeping committed May 17, 2016
2 parents 41c5e11 + 8d35bd5 commit abeea4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/sharness/t0170-dht.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ test_expect_success 'get' '
# ipfs dht query <peerID>
## We query 3 different keys, to statisically lower the chance that the queryer
## turns out to be the closest to what a key hashes to.
test_expect_success 'query' '
# TODO: flaky. tracked by https://github.com/ipfs/go-ipfs/issues/2620
test_expect_failure 'query' '
ipfsi 3 dht query banana >actual &&
ipfsi 3 dht query apple >>actual &&
ipfsi 3 dht query pear >>actual &&
Expand Down

0 comments on commit abeea4f

Please sign in to comment.