We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a22389 commit 9a6960bCopy full SHA for 9a6960b
packages/integration-tests/playwright.config.ts
@@ -1,7 +1,7 @@
1
import type { PlaywrightTestConfig } from '@playwright/test';
2
3
const config: PlaywrightTestConfig = {
4
- retries: 2,
+ retries: 0,
5
workers: 3,
6
};
7
export default config;
0 commit comments