Fix ef tests

This commit is contained in:
realbigsean
2023-06-08 09:21:04 -04:00
parent 13919058d5
commit 8da95ac9c6
4 changed files with 43 additions and 23 deletions

View File

@@ -54,7 +54,8 @@ excluded_paths = [
# FIXME(sean)
"tests/mainnet/capella/light_client/single_merkle_proof/BeaconBlockBody/*",
"tests/mainnet/deneb/light_client/single_merkle_proof/BeaconBlockBody/*",
"tests/general/deneb/kzg"
"tests/general/deneb/kzg",
"tests/.*/eip6110"
]