Skip to content

Commit

Permalink
Electra: Unskip passing spectests at v1.5.0-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
prestonvanloon committed Jul 2, 2024
1 parent 0aab919 commit 11a7a73
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion testing/spectest/mainnet/electra/finality/finality_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@ import (
)

func TestMainnet_Electra_Finality(t *testing.T) {
t.Skip("TODO: Electra")
finality.RunFinalityTest(t, "mainnet")
}
1 change: 0 additions & 1 deletion testing/spectest/mainnet/electra/sanity/blocks_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@ import (
)

func TestMainnet_Electra_Sanity_Blocks(t *testing.T) {
t.Skip("TODO: Electra")
sanity.RunBlockProcessingTest(t, "mainnet", "sanity/blocks/pyspec_tests")
}
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ func (d *Delta) unmarshalSSZ(buf []byte) error {

// RunPrecomputeRewardsAndPenaltiesTests executes "rewards/{basic, leak, random}" tests.
func RunPrecomputeRewardsAndPenaltiesTests(t *testing.T, config string) {
t.Skip("Failing until spectests are updated to v1.5.0-alpha.3")
require.NoError(t, utils.SetConfig(t, config))

_, testsFolderPath := utils.TestFolders(t, config, "electra", "rewards")
Expand Down
1 change: 0 additions & 1 deletion testing/spectest/shared/electra/sanity/block_processing.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ func init() {

// RunBlockProcessingTest executes "sanity/blocks" tests.
func RunBlockProcessingTest(t *testing.T, config, folderPath string) {
t.Skip("Failing until spectests are updated to v1.5.0-alpha.3")
require.NoError(t, utils.SetConfig(t, config))

testFolders, testsFolderPath := utils.TestFolders(t, config, "electra", folderPath)
Expand Down
1 change: 0 additions & 1 deletion testing/spectest/shared/electra/sanity/slot_processing.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ func init() {

// RunSlotProcessingTests executes "sanity/slots" tests.
func RunSlotProcessingTests(t *testing.T, config string) {
t.Skip("Failing until spectests are updated to v1.5.0-alpha.3")
require.NoError(t, utils.SetConfig(t, config))

testFolders, testsFolderPath := utils.TestFolders(t, config, "electra", "sanity/slots/pyspec_tests")
Expand Down

0 comments on commit 11a7a73

Please sign in to comment.