disable long running unit test so ci doesn't take so long

pull/1319/head
Jeff Becker 4 years ago
parent 9494315bc6
commit d531769e39
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -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")

Loading…
Cancel
Save