Skip to content

Commit

Permalink
disable LightClientUpdate completely for now
Browse files Browse the repository at this point in the history
  • Loading branch information
g11tech committed Aug 19, 2022
1 parent 62c540a commit 5f12a3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/beacon-node/test/spec/presets/ssz_static.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const sszStatic = (fork: ForkName, typeName: string, testSuite: string, t
const sszTypeNoUint = replaceUintTypeWithUintBigintType(sszType);

for (const testCase of fs.readdirSync(testSuiteDirpath)) {
if (testSuiteDirpath.includes("LightClientUpdate/ssz_random")) {
if (testSuiteDirpath.includes("LightClientUpdate")) {
continue;
}
it(testCase, function () {
Expand Down

0 comments on commit 5f12a3c

Please sign in to comment.