get tests passing

This commit is contained in:
realbigsean
2024-07-15 15:37:34 -07:00
parent c48cd52a9d
commit c0fd66f5e9
9 changed files with 33 additions and 57 deletions

View File

@@ -44,10 +44,13 @@ excluded_paths = [
"tests/.*/eip6110",
"tests/.*/whisk",
"tests/.*/eip7594",
# re-enable once https://github.com/sigp/lighthouse/issues/6002 is resolved
# TODO(electra) re-enable once https://github.com/sigp/lighthouse/issues/6002 is resolved
"tests/.*/electra/ssz_static/LightClientUpdate",
"tests/.*/electra/ssz_static/LightClientFinalityUpdate",
"tests/.*/electra/ssz_static/LightClientBootstrap"
"tests/.*/electra/ssz_static/LightClientBootstrap",
# TODO(electra) re-enable as DepositRequest when EF tests are updated
"tests/.*/electra/operations/deposit_receipt",
"tests/.*/electra/ssz_static/DepositReceipt"
]