Skip to content

Commit

Permalink
chore: skip fulu fork spec tests (#7343)
Browse files Browse the repository at this point in the history
chore: skip fulu spec tests
  • Loading branch information
nflaig authored Jan 9, 2025
1 parent b33122f commit 793ad49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/beacon-node/test/spec/utils/specTestIterator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const coveredTestRunners = [
// ],
// ```
export const defaultSkipOpts: SkipOpts = {
skippedForks: ["eip7594"],
skippedForks: ["eip7594", "fulu"],
// TODO: capella
// BeaconBlockBody proof in lightclient is the new addition in v1.3.0-rc.2-hotfix
// Skip them for now to enable subsequently
Expand Down

0 comments on commit 793ad49

Please sign in to comment.