diff --git a/packages/beacon-node/test/spec/presets/index.test.ts b/packages/beacon-node/test/spec/presets/index.test.ts index 1e42ddde4725..c45f859ec1e5 100644 --- a/packages/beacon-node/test/spec/presets/index.test.ts +++ b/packages/beacon-node/test/spec/presets/index.test.ts @@ -37,11 +37,6 @@ const skipOpts: SkipOpts = { skippedPrefixes: [ "capella/light_client/single_merkle_proof/BeaconBlockBody", "deneb/light_client/single_merkle_proof/BeaconBlockBody", - // TODO: deneb - // Deneb signed voluntary exits will not be valid so skipping this - // To be cleaned up with the spec version update - "deneb/operations/voluntary_exit/", - "deneb/random/random", ], }; diff --git a/packages/params/test/e2e/ensure-config-is-synced.test.ts b/packages/params/test/e2e/ensure-config-is-synced.test.ts index 2a617c65fe16..6adea922f37a 100644 --- a/packages/params/test/e2e/ensure-config-is-synced.test.ts +++ b/packages/params/test/e2e/ensure-config-is-synced.test.ts @@ -8,7 +8,7 @@ import {loadConfigYaml} from "../yaml.js"; // Not e2e, but slow. Run with e2e tests /** https://github.com/ethereum/consensus-specs/releases */ -const specConfigCommit = "v1.4.0-alpha.3"; +const specConfigCommit = "v1.4.0-beta.0"; describe("Ensure config is synced", function () { this.timeout(60 * 1000);