@cryptotaxi247 / kubo / commits / 8d35bd5f3

marks dht query as known breakage for now

License: MIT Signed-off-by: Stephen Whitmore <noffle@ipfs.io>

Stephen Whitmore committed May 17, 2016 at 10:36 UTC 8d35bd5f3fd38b4490b5901925e99ee2090dad37
1 file changed +2 -1
test/sharness/t0170-dht.sh
+2 -1
@@ -50,7 +50,8 @@ test_expect_success 'get' '
50 # ipfs dht query <peerID>
51 ## We query 3 different keys, to statisically lower the chance that the queryer
52 ## turns out to be the closest to what a key hashes to.
53 -test_expect_success 'query' '
53 +# TODO: flaky. tracked by https://github.com/ipfs/go-ipfs/issues/2620
54 +test_expect_failure 'query' '
55 ipfsi 3 dht query banana >actual &&
56 ipfsi 3 dht query apple >>actual &&
57 ipfsi 3 dht query pear >>actual &&