Electra: Unskip state-native tests for spectest v1.5.0-alpha.3 (#14174)

This commit is contained in:
Preston Van Loon
2024-07-02 14:33:27 -05:00
committed by GitHub
parent 40434ac209
commit d6aeaf77b3
3 changed files with 0 additions and 3 deletions

View File

@@ -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")

View File

@@ -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")

View File

@@ -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")