mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-22 02:47:48 +08:00
sharness(pubsub): turn off the DHT for pubsub tests
This commit is contained in:
parent
794cdc2642
commit
ee42e34ee4
@ -10,6 +10,10 @@ test_expect_success 'init iptb' '
|
||||
iptb testbed create -type localipfs -count $NUM_NODES -init
|
||||
'
|
||||
|
||||
test_expect_success 'disable the DHT' '
|
||||
iptb run -- ipfs config Routing.Type none
|
||||
'
|
||||
|
||||
run_pubsub_tests() {
|
||||
test_expect_success 'peer ids' '
|
||||
PEERID_0=$(iptb attr get 0 id) &&
|
||||
|
||||
Loading…
Reference in New Issue
Block a user