Skip to content

Commit

Permalink
chore(spec): remove the skip specs for electra (#6772)
Browse files Browse the repository at this point in the history
Remove the skip spec for electra
  • Loading branch information
nazarhussain authored and g11tech committed Jun 25, 2024
1 parent 82d0692 commit ef907bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/beacon-node/test/spec/utils/specTestIterator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ export const defaultSkipOpts: SkipOpts = {
skippedTestSuites: [
/^capella\/light_client\/single_merkle_proof\/BeaconBlockBody.*/,
/^deneb\/light_client\/single_merkle_proof\/BeaconBlockBody.*/,
/^electra\/(?!operations\/attestations)(?!operations\/attester_slashing)/,
],
skippedTests: [],
skippedRunners: ["merkle_proof", "networking"],
Expand Down

0 comments on commit ef907bc

Please sign in to comment.