From ee42e34ee40bf7b3c140142bf3782f39b37c19bb Mon Sep 17 00:00:00 2001 From: Adin Schmahmann Date: Wed, 13 Nov 2019 14:42:42 -0500 Subject: [PATCH] sharness(pubsub): turn off the DHT for pubsub tests --- test/sharness/t0180-pubsub.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/sharness/t0180-pubsub.sh b/test/sharness/t0180-pubsub.sh index 9efdc4d1f..abffd2d77 100755 --- a/test/sharness/t0180-pubsub.sh +++ b/test/sharness/t0180-pubsub.sh @@ -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) &&