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