Skip to content

Commit

Permalink
Unskip consolidation processing for minimal spectests
Browse files Browse the repository at this point in the history
  • Loading branch information
prestonvanloon committed May 14, 2024
1 parent 3b3b4c4 commit d5dd5e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ import (
)

func TestMainnet_Electra_Operations_Consolidation(t *testing.T) {
t.Skip("These tests were temporarily deleted in v1.5.0-alpha.2. See https://github.com/ethereum/consensus-specs/pull/3736")
operations.RunConsolidationTest(t, "mainnet")
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import (
)

func RunConsolidationTest(t *testing.T, config string) {
t.Skip("These tests were temporarily deleted in v1.5.0-alpha.2. See https://github.com/ethereum/consensus-specs/pull/3736")
require.NoError(t, utils.SetConfig(t, config))
testFolders, testsFolderPath := utils.TestFolders(t, config, "electra", "operations/consolidation/pyspec_tests")
require.NotEqual(t, 0, len(testFolders), "missing tests for consolidation operation in folder")
Expand Down

0 comments on commit d5dd5e7

Please sign in to comment.