Commit ee42e34e authored by Adin Schmahmann's avatar Adin Schmahmann Committed by Steven Allen

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

parent 794cdc26
......@@ -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) &&
......
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