Skip to content

Commit

Permalink
Skip failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
prestonvanloon committed May 9, 2024
1 parent 1c63d63 commit 7cc322f
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions testing/spectest/mainnet/electra/finality/finality_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ import (
)

func TestMainnet_Electra_Finality(t *testing.T) {
t.Skip("TODO: Electra")
finality.RunFinalityTest(t, "mainnet")
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ import (
)

func TestMainnet_Electra_Transition(t *testing.T) {
t.Skip("TODO: Electra")
fork.RunForkTransitionTest(t, "mainnet")
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ import (
)

func TestMainnet_Electra_Forkchoice(t *testing.T) {
t.Skip("TODO: Electra")
forkchoice.Run(t, "mainnet", version.Electra)
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ import (
)

func TestMainnet_Electra_Operations_VoluntaryExit(t *testing.T) {
t.Skip("TODO: Electra")
operations.RunVoluntaryExitTest(t, "mainnet")
}
1 change: 1 addition & 0 deletions testing/spectest/mainnet/electra/random/random_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ import (
)

func TestMainnet_Electra_Random(t *testing.T) {
t.Skip("TODO: Electra")
sanity.RunBlockProcessingTest(t, "mainnet", "random/random/pyspec_tests")
}
1 change: 1 addition & 0 deletions testing/spectest/mainnet/electra/sanity/blocks_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ import (
)

func TestMainnet_Electra_Sanity_Blocks(t *testing.T) {
t.Skip("TODO: Electra")
sanity.RunBlockProcessingTest(t, "mainnet", "sanity/blocks/pyspec_tests")
}
1 change: 1 addition & 0 deletions testing/spectest/minimal/electra/finality/finality_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ import (
)

func TestMinimal_Electra_Finality(t *testing.T) {
t.Skip("TODO: Electra")
finality.RunFinalityTest(t, "minimal")
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ import (
)

func TestMinimal_Electra_Forkchoice(t *testing.T) {
t.Skip("TODO: Electra")
forkchoice.Run(t, "minimal", version.Electra)
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ import (
)

func TestMinimal_Electra_MerkleProof(t *testing.T) {
t.Skip("TODO: Electra") // These spectests are missing?
merkle_proof.RunMerkleProofTests(t, "minimal")
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ import (
)

func TestMinimal_Electra_Operations_VoluntaryExit(t *testing.T) {
t.Skip("TODO: Electra")
operations.RunVoluntaryExitTest(t, "minimal")
}
1 change: 1 addition & 0 deletions testing/spectest/minimal/electra/random/random_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ import (
)

func TestMinimal_Electra_Random(t *testing.T) {
t.Skip("TODO: Electra")
sanity.RunBlockProcessingTest(t, "minimal", "random/random/pyspec_tests")
}
1 change: 1 addition & 0 deletions testing/spectest/minimal/electra/sanity/blocks_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ import (
)

func TestMinimal_Electra_Sanity_Blocks(t *testing.T) {
t.Skip("TODO: Electra")
sanity.RunBlockProcessingTest(t, "minimal", "sanity/blocks/pyspec_tests")
}

0 comments on commit 7cc322f

Please sign in to comment.