Skip to content

Commit 3ea46e2

Browse files
authored
chore: skip light client data_collection spec tests (#7349)
1 parent 8e423e7 commit 3ea46e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/beacon-node/test/spec/utils/specTestIterator.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ export const defaultSkipOpts: SkipOpts = {
6666
/^capella\/light_client\/single_merkle_proof\/BeaconBlockBody.*/,
6767
/^deneb\/light_client\/single_merkle_proof\/BeaconBlockBody.*/,
6868
/^electra\/light_client\/single_merkle_proof\/BeaconBlockBody.*/,
69+
/^.+\/light_client\/data_collection\/.*/,
6970
],
7071
skippedTests: [],
7172
skippedRunners: ["merkle_proof", "networking"],

0 commit comments

Comments
 (0)