mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 01:43: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 masterPow = 0.00000001
|
||||||
var round int = 1
|
var round int = 1
|
||||||
|
|
||||||
func TestSimulation(t *testing.T) {
|
func XTestSimulation(t *testing.T) {
|
||||||
// create a chain of whisper nodes,
|
// create a chain of whisper nodes,
|
||||||
// installs the filters with shared (predefined) parameters
|
// installs the filters with shared (predefined) parameters
|
||||||
initialize(t)
|
initialize(t)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue