mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-25 13:07:17 +00:00
Disable TestChainIndexerWithChildren as unstable
This commit is contained in:
parent
ddb34f91ca
commit
404c5896a3
@ -37,6 +37,7 @@ func TestChainIndexerSingle(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
// Runs multiple tests with randomized parameters and different number of
|
||||
// chain backends.
|
||||
func TestChainIndexerWithChildren(t *testing.T) {
|
||||
@ -44,6 +45,7 @@ func TestChainIndexerWithChildren(t *testing.T) {
|
||||
testChainIndexer(t, i)
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
// testChainIndexer runs a test with either a single chain indexer or a chain of
|
||||
// multiple backends. The section size and required confirmation count parameters
|
||||
|
Loading…
Reference in New Issue
Block a user