sharness(pubsub): turn off the DHT for pubsub tests

This commit is contained in:
Adin Schmahmann 2019-11-13 14:42:42 -05:00 committed by Steven Allen
parent 794cdc2642
commit ee42e34ee4

View File

@ -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) &&