From cae58bbbd838b7553647750b6f5257a1ac24868e Mon Sep 17 00:00:00 2001 From: Preston Van Loon Date: Thu, 18 Nov 2021 17:17:19 -0600 Subject: [PATCH] Unskip v2 end to end check for prior release (#9920) --- testing/endtoend/minimal_e2e_test.go | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/testing/endtoend/minimal_e2e_test.go b/testing/endtoend/minimal_e2e_test.go index f0f1ebdcb..62e00256e 100644 --- a/testing/endtoend/minimal_e2e_test.go +++ b/testing/endtoend/minimal_e2e_test.go @@ -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{