Skip to content

Commit 9a6960b

Browse files
author
Luca Forstner
authored
test(integration-tests): Don't retry integration tests (#7050)
1 parent 9a22389 commit 9a6960b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { PlaywrightTestConfig } from '@playwright/test';
22

33
const config: PlaywrightTestConfig = {
4-
retries: 2,
4+
retries: 0,
55
workers: 3,
66
};
77
export default config;

0 commit comments

Comments
 (0)