Commit abeea4f8 authored by Jeromy Johnson's avatar Jeromy Johnson

Merge pull request #2720 from ipfs/flaky_dht_query

marks dht query as known breakage for now
parents 41c5e11a 8d35bd5f
......@@ -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 &&
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment