mirror of
https://github.com/ChainSafe/lodestar.git
synced 2026-01-09 23:58:12 -05:00
skip few e2e tests
This commit is contained in:
@@ -8,6 +8,9 @@ export const e2eMinimalProject = defineProject({
|
|||||||
// `mainnet` preset to allow testing across multiple forks and ensure mainnet compatibility
|
// `mainnet` preset to allow testing across multiple forks and ensure mainnet compatibility
|
||||||
name: "e2e",
|
name: "e2e",
|
||||||
include: ["**/test/e2e/**/*.test.ts"],
|
include: ["**/test/e2e/**/*.test.ts"],
|
||||||
|
// TODO: We are using very old version of `@@ethereumjs/*` packages which are mixing up ESM and CJS with top-level-await
|
||||||
|
// https://github.com/ChainSafe/lodestar/issues/8679
|
||||||
|
exclude: ["**/e2e/web3_batch_request.test.ts", "**/e2e/web3_provider.test.ts", "**/e2e/cli/cmds/start.test.ts"],
|
||||||
setupFiles: [
|
setupFiles: [
|
||||||
path.join(__dirname, "../scripts/vitest/setupFiles/customMatchers.ts"),
|
path.join(__dirname, "../scripts/vitest/setupFiles/customMatchers.ts"),
|
||||||
path.join(__dirname, "../scripts/vitest/setupFiles/dotenv.ts"),
|
path.join(__dirname, "../scripts/vitest/setupFiles/dotenv.ts"),
|
||||||
@@ -31,6 +34,9 @@ export const e2eMainnetProject = defineProject({
|
|||||||
// Currently only `e2e` tests for the `validator` package runs with the `mainnet` preset.
|
// Currently only `e2e` tests for the `validator` package runs with the `mainnet` preset.
|
||||||
name: "e2e-mainnet",
|
name: "e2e-mainnet",
|
||||||
include: ["**/test/e2e-mainnet/**/*.test.ts"],
|
include: ["**/test/e2e-mainnet/**/*.test.ts"],
|
||||||
|
// TODO: We are using very old version of `@@ethereumjs/*` packages which are mixing up ESM and CJS with top-level-await
|
||||||
|
// https://github.com/ChainSafe/lodestar/issues/8679
|
||||||
|
exclude: ["**/e2e/web3_batch_request.test.ts", "**/e2e/web3_provider.test.ts", "**/e2e/cli/cmds/start.test.ts"],
|
||||||
setupFiles: [
|
setupFiles: [
|
||||||
path.join(__dirname, "../scripts/vitest/setupFiles/customMatchers.ts"),
|
path.join(__dirname, "../scripts/vitest/setupFiles/customMatchers.ts"),
|
||||||
path.join(__dirname, "../scripts/vitest/setupFiles/dotenv.ts"),
|
path.join(__dirname, "../scripts/vitest/setupFiles/dotenv.ts"),
|
||||||
|
|||||||
Reference in New Issue
Block a user