diff --git a/package.json b/package.json index 900b9c98..72d6229e 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "test": "vitest run", "test:watch": "vitest", "test:e2e": "playwright test", - "playwright:smoke": "playwright test tests/smoke/", + "playwright:smoke": "playwright test tests/smoke/ --no-fail-on-flaky-tests", "playwright:integration": "playwright test --config playwright.integration.config.ts", "test:coverage": "vitest run --coverage", "prepare": "husky"