From 0e55745d5353e35d25b6356ab79e6758db3c88e8 Mon Sep 17 00:00:00 2001 From: Anton Evangelatov Date: Wed, 14 Feb 2018 14:12:57 +0100 Subject: [PATCH] disable whisper v6 TestSimulation --- whisper/whisperv6/peer_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whisper/whisperv6/peer_test.go b/whisper/whisperv6/peer_test.go index 8a65cb7143..a1c9a4e8f0 100644 --- a/whisper/whisperv6/peer_test.go +++ b/whisper/whisperv6/peer_test.go @@ -92,7 +92,7 @@ var masterBloomFilter []byte var masterPow = 0.00000001 var round int = 1 -func TestSimulation(t *testing.T) { +func XTestSimulation(t *testing.T) { // create a chain of whisper nodes, // installs the filters with shared (predefined) parameters initialize(t)