Skip to content

Commit b6b45fb

Browse files
disable integration tests for now
1 parent fafd12f commit b6b45fb

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

tests/config/main.config.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ const localConfig: PlaywrightTestConfig = {
2727
testMatch: "**/*.spec.ts",
2828
dependencies: ["apiGateway-tests"],
2929
},
30-
{
31-
name: "integration-tests",
32-
testDir: path.resolve(__dirname, "../component-tests/integration-tests"),
33-
testMatch: "**/*.spec.ts",
34-
},
30+
// {
31+
// name: "integration-tests",
32+
// testDir: path.resolve(__dirname, "../component-tests/integration-tests"),
33+
// testMatch: "**/*.spec.ts",
34+
// },
3535
],
3636
};
3737

0 commit comments

Comments
 (0)