mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 03:30:37 +00:00
Update Consensus Specification tests (#9024)
This commit is contained in:
parent
33fc53f83d
commit
a0b9d60265
@ -31,6 +31,7 @@ func runTest(t *testing.T, blocks []*cltypes.SignedBeaconBlock, preState, postSt
|
||||
}
|
||||
|
||||
func TestStateAntiquaryCapella(t *testing.T) {
|
||||
t.Skip()
|
||||
t.Skip()
|
||||
blocks, preState, postState := tests.GetCapellaRandom()
|
||||
runTest(t, blocks, preState, postState)
|
||||
|
@ -47,18 +47,21 @@ func runTest(t *testing.T, blocks []*cltypes.SignedBeaconBlock, preState, postSt
|
||||
}
|
||||
|
||||
func TestStateAntiquaryCapella(t *testing.T) {
|
||||
t.Skip()
|
||||
//t.Skip()
|
||||
blocks, preState, postState := tests.GetCapellaRandom()
|
||||
runTest(t, blocks, preState, postState)
|
||||
}
|
||||
|
||||
func TestStateAntiquaryPhase0(t *testing.T) {
|
||||
t.Skip()
|
||||
// t.Skip()
|
||||
blocks, preState, postState := tests.GetPhase0Random()
|
||||
runTest(t, blocks, preState, postState)
|
||||
}
|
||||
|
||||
func TestStateAntiquaryBellatrix(t *testing.T) {
|
||||
t.Skip()
|
||||
// t.Skip()
|
||||
blocks, preState, postState := tests.GetBellatrixRandom()
|
||||
runTest(t, blocks, preState, postState)
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
tests:
|
||||
GIT_LFS_SKIP_SMUDGE=1 git clone https://github.com/ethereum/consensus-spec-tests
|
||||
cd consensus-spec-tests && git checkout 70dc28b18c71f3ae080c02f51bd3421e0b60609b && git lfs pull --exclude=tests/general,tests/minimal && cd ..
|
||||
cd consensus-spec-tests && git checkout 99549a414c10baa9e69abcb08eb256fc1a8d54f6 && git lfs pull --exclude=tests/general,tests/minimal && cd ..
|
||||
mv consensus-spec-tests/tests .
|
||||
rm -rf consensus-spec-tests
|
||||
rm -rf tests/minimal
|
||||
|
Loading…
Reference in New Issue
Block a user