Skip to content

Commit

Permalink
Unskip v2 end to end check for prior release (#9920)
Browse files Browse the repository at this point in the history
  • Loading branch information
prestonvanloon authored Nov 18, 2021
1 parent 9b37418 commit cae58bb
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions testing/endtoend/minimal_e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit cae58bb

Please sign in to comment.