mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-01 22:37:51 +08:00
marks dht query as known breakage for now
License: MIT Signed-off-by: Stephen Whitmore <noffle@ipfs.io>
This commit is contained in:
parent
a2bcec40ba
commit
8d35bd5f3f
@ -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 &&
|
||||
|
||||
Loading…
Reference in New Issue
Block a user