mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-17 17:33:47 +00:00
disable whisper v6 TestSimulation
This commit is contained in:
parent
8c52537b7a
commit
0e55745d53
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue