mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 13:28:01 -05:00
Electra: Unskip state-native tests for spectest v1.5.0-alpha.3 (#14174)
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -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")
|
||||
|
||||
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user