mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-23 03:51:29 +00:00
Unskip v2 end to end check for prior release (#9920)
This commit is contained in:
parent
9b37418761
commit
cae58bbbd8
@ -62,12 +62,7 @@ func e2eMinimal(t *testing.T, usePrysmSh bool) {
|
||||
ev.APIGatewayV1Alpha1VerifyIntegrity,
|
||||
ev.FinishedSyncing,
|
||||
ev.AllNodesHaveSameHead,
|
||||
}
|
||||
// TODO(#9166): remove this block once v2 changes are live.
|
||||
if !usePrysmSh {
|
||||
evals = append(evals, ev.ValidatorSyncParticipation)
|
||||
} else {
|
||||
t.Log("Warning: Skipping v2 specific evaluators for prior release")
|
||||
ev.ValidatorSyncParticipation,
|
||||
}
|
||||
testConfig := &types.E2EConfig{
|
||||
BeaconFlags: []string{
|
||||
|
Loading…
Reference in New Issue
Block a user