Skip to content

Commit

Permalink
Skip e2e test for previous implementation of slasher
Browse files Browse the repository at this point in the history
  • Loading branch information
farazdagi committed Mar 31, 2021
1 parent 8476403 commit 78018a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions endtoend/minimal_slashing_e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import (
)

func TestEndToEnd_Slashing_MinimalConfig(t *testing.T) {
t.Skip("To be replaced with the new slasher implementation")
testutil.ResetCache()
params.UseE2EConfig()
require.NoError(t, e2eParams.Init(e2eParams.StandardBeaconCount))
Expand Down

0 comments on commit 78018a3

Please sign in to comment.