Skip to content

Commit d5acfd5

Browse files
disable integration tests for now
1 parent 117b0ab commit d5acfd5

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
@@ -25,11 +25,11 @@ const localConfig: PlaywrightTestConfig = {
2525
testDir: path.resolve(__dirname, "../component-tests/letterQueue-tests"),
2626
testMatch: "**/*.spec.ts",
2727
},
28-
{
29-
name: "integration-tests",
30-
testDir: path.resolve(__dirname, "../component-tests/integration-tests"),
31-
testMatch: "**/*.spec.ts",
32-
},
28+
// {
29+
// name: "integration-tests",
30+
// testDir: path.resolve(__dirname, "../component-tests/integration-tests"),
31+
// testMatch: "**/*.spec.ts",
32+
// },
3333
],
3434
};
3535

0 commit comments

Comments
 (0)