Skip to content

Commit

Permalink
Electra: Unskip state-native tests for spectest 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 3c26af5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion beacon-chain/state/state-native/getters_withdrawal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,6 @@ func TestExpectedWithdrawals(t *testing.T) {
}

t.Run("electra all pending partial withdrawals", func(t *testing.T) {
t.Skip("Failing until spectests are updated to v1.5.0-alpha.3")
// Load a serialized Electra state from disk.
// This spectest has a fully hydrated beacon state with partial pending withdrawals.
serializedBytes, err := util.BazelFileBytes("tests/mainnet/electra/operations/withdrawal_request/pyspec_tests/pending_withdrawals_consume_all_excess_balance/pre.ssz_snappy")
Expand Down
1 change: 0 additions & 1 deletion beacon-chain/state/state-native/setters_churn_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import (
)

func TestExitEpochAndUpdateChurn_SpectestCase(t *testing.T) {
t.Skip("Failing until spectests are updated to v1.5.0-alpha.3")
// Load a serialized Electra state from disk.
// The spec tests shows that the exit epoch is 262 for validator 0 performing a voluntary exit.
serializedBytes, err := util.BazelFileBytes("tests/mainnet/electra/operations/voluntary_exit/pyspec_tests/exit_existing_churn_and_churn_limit_balance/pre.ssz_snappy")
Expand Down
1 change: 0 additions & 1 deletion beacon-chain/state/state-native/state_trie_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,6 @@ func TestBeaconState_InitializeInactivityScoresCorrectly_Deneb(t *testing.T) {
}

func TestBeaconChainCopy_Electra(t *testing.T) {
t.Skip("Failing until spectests are updated to v1.5.0-alpha.3")
// Load a serialized Electra state from disk.
// This is a fully hydrated random test case from spectests.
serializedBytes, err := util.BazelFileBytes("tests/mainnet/electra/ssz_static/BeaconState/ssz_random/case_0/serialized.ssz_snappy")
Expand Down

0 comments on commit 3c26af5

Please sign in to comment.