Skip to content

Commit

Permalink
feat: enable commented deneb spec tests (#5789)
Browse files Browse the repository at this point in the history
  • Loading branch information
g11tech authored Jul 24, 2023
1 parent 3257345 commit 919e797
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions packages/beacon-node/test/spec/presets/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
],
};

Expand Down
2 changes: 1 addition & 1 deletion packages/params/test/e2e/ensure-config-is-synced.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 919e797

Please sign in to comment.