@cryptotaxi247 / kubo / commits / ee42e34ee

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

Adin Schmahmann committed Nov 13, 2019 at 14:42 UTC ee42e34ee40bf7b3c140142bf3782f39b37c19bb
1 file changed +4
test/sharness/t0180-pubsub.sh
+4
@@ -10,6 +10,10 @@ test_expect_success 'init iptb' '
10 iptb testbed create -type localipfs -count $NUM_NODES -init
11 '
12
13 +test_expect_success 'disable the DHT' '
14 + iptb run -- ipfs config Routing.Type none
15 +'
16 +
17 run_pubsub_tests() {
18 test_expect_success 'peer ids' '
19 PEERID_0=$(iptb attr get 0 id) &&