disable TestGetValidatorsBalances: oom on CI (#9131)

https://github.com/ledgerwatch/erigon/issues/9130
This commit is contained in:
Alex Sharov 2024-01-09 08:25:27 +07:00 committed by GitHub
parent 36fefbbee1
commit b25d8cc873
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)