Open
Description
Description
In #4021 we skipped the merke_proof_validity
test. It is a light_client
test and AIUI is failing due to some Capella changes we need to catch up with.
The failure is:
---- merkle_proof_validity stdout ----
Passed 3 tests in /Users/paul/development/lighthouse/testing/ef_tests/consensus-spec-tests/tests/mainnet/altair/light_client/single_merkle_proof
Passed 3 tests in /Users/paul/development/lighthouse/testing/ef_tests/consensus-spec-tests/tests/mainnet/bellatrix/light_client/single_merkle_proof
thread 'merkle_proof_validity' panicked at 'test should load: FailedToParseTest("Unable to parse SSZ at /Users/paul/development/lighthouse/testing/ef_tests/consensus-spec-tests/tests/mainnet/capella/light_client/single_merkle_proof/BeaconBlockBody/execution_merkle_proof/object.ssz_snappy: InvalidByteLength { len: 900, expected: 262320 }")', /Users/paul/development/lighthouse/testing/ef_tests/src/handler.rs:68:72
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace