Skip to content

Commit

Permalink
chore: optimize generate test data
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoushaw committed Aug 21, 2024
1 parent 7281bce commit 32418f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-integration/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dotenv.config({
*/
export default defineConfig({
testDir: './tests/ai/e2e',
// testIgnore: 'generate-test-data.spec.ts',
testIgnore: 'generate-test-data.spec.ts',
timeout: 900 * 1000,
/* Run tests in files in parallel */
fullyParallel: true,
Expand Down

0 comments on commit 32418f1

Please sign in to comment.