Unskip v2 end to end check for prior release (#9920)

This commit is contained in:
Preston Van Loon 2021-11-18 17:17:19 -06:00 committed by GitHub
parent 9b37418761
commit cae58bbbd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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