From d531769e39f7228d6253851fd48393d34b357a2a Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Wed, 12 Aug 2020 11:35:18 -0400 Subject: [PATCH] disable long running unit test so ci doesn't take so long --- test/hive/test_peer_stats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/hive/test_peer_stats.py b/test/hive/test_peer_stats.py index c8f934053..50d83134c 100644 --- a/test/hive/test_peer_stats.py +++ b/test/hive/test_peer_stats.py @@ -2,7 +2,7 @@ import pyllarp from time import time def test_peer_stats(HiveForPeerStats): - + return numRelays = 12 hive = HiveForPeerStats(n_relays=numRelays, n_clients=0, netid="hive")