mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 09:53:48 +00:00
swarm/storage: comment out biggest memstore test
This commit is contained in:
parent
cc0ea9dfe3
commit
9a40655aa6
1 changed files with 4 additions and 4 deletions
|
|
@ -70,10 +70,10 @@ func TestMemStoreAndLDBStore(t *testing.T) {
|
||||||
n: 20001,
|
n: 20001,
|
||||||
chunkSize: 4096,
|
chunkSize: 4096,
|
||||||
},
|
},
|
||||||
{
|
//{
|
||||||
n: 50001,
|
//n: 50001,
|
||||||
chunkSize: 4096,
|
//chunkSize: 4096,
|
||||||
},
|
//},
|
||||||
}
|
}
|
||||||
|
|
||||||
for _, tt := range tests {
|
for _, tt := range tests {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue