Skip to content

Commit f9a2624

Browse files
author
georgiy.rusanov
committed
no retries for playwright tests
1 parent a72077f commit f9a2624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/node-browser/playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default defineConfig({
44
testDir: './',
55
fullyParallel: true,
66
forbidOnly: !!process.env.CI,
7-
retries: process.env.CI ? 2 : 0,
7+
retries: 0,
88
workers: process.env.CI ? 1 : undefined,
99
reporter: 'html',
1010
use: {

0 commit comments

Comments
 (0)