Skip to content

Commit

Permalink
Skip t8n tests in browser
Browse files Browse the repository at this point in the history
  • Loading branch information
acolytec3 committed Sep 14, 2024
1 parent f272184 commit 335967a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/vm/vitest.config.browser.mts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ export default mergeConfig(
// path.resolve is not a function
'test/api/tester/tester.config.spec.ts',
// Cannot read properties of undefined (reading 'pedersen_hash')
'test/api/EIPs/eip-6800-verkle.spec.ts'
'test/api/EIPs/eip-6800-verkle.spec.ts',
// Uses NodeJS builtins and we don't need to fill tests in browser anyway
'test/api/t8ntool/t8ntool.spec.ts'
],
},
}
Expand Down

0 comments on commit 335967a

Please sign in to comment.