Skip to content

Commit

Permalink
chore: skip fulu spec tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig committed Jan 9, 2025
1 parent 3dc5e8d commit 52b78fe
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 52b78fe

Please sign in to comment.