mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 03:30:37 +00:00
disable TestGetValidatorsBalances: oom on CI (#9131)
https://github.com/ledgerwatch/erigon/issues/9130
This commit is contained in:
parent
36fefbbee1
commit
b25d8cc873
@ -79,6 +79,7 @@ func TestGetAllValidators(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestGetValidatorsBalances(t *testing.T) {
|
||||
t.Skip("FIXME: oom")
|
||||
|
||||
// setupTestingHandler(t, clparams.Phase0Version)
|
||||
_, blocks, _, _, postState, handler, _, _, fcu := setupTestingHandler(t, clparams.Phase0Version)
|
||||
|
Loading…
Reference in New Issue
Block a user