Skip to content

Commit

Permalink
marks dht query as known breakage for now
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Stephen Whitmore <noffle@ipfs.io>
  • Loading branch information
hackergrrl authored and Kubuxu committed May 19, 2016
1 parent 41c5e11 commit 45836c4
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 45836c4

Please sign in to comment.