Skip to content

Commit 0350a59

Browse files
committed
switch off PS tests for now
1 parent 15cd998 commit 0350a59

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

integration-tests/vitest.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ export default defineConfig({
6161
'tests/mysql/tidb-serverless.test.ts',
6262
// waiting for json_array from singlestore team
6363
'tests/relational/singlestore.test.ts',
64+
// get back when planetscale will open free tier for our CI/CD
65+
'tests/mysql/mysql-planetscale.test.ts',
66+
'tests/relational/mysql.planetscale.test.ts',
6467
],
6568
typecheck: {
6669
tsconfig: 'tsconfig.json',

0 commit comments

Comments
 (0)