This commit is contained in:
Andrey Antukh 2025-11-17 14:05:04 +01:00
parent 8aa523c6cc
commit ef12a28411

View File

@ -14,7 +14,8 @@ export default defineConfig({
/* Run tests in files in parallel */
fullyParallel: true,
/* Fail the build on CI if you accidentally left test.only in the source code. */
forbidOnly: !!process.env.CI,
forbidOnly: false,
// forbidOnly: !!process.env.CI,
/* Retry on CI only */
retries: process.env.CI ? 2 : 0,
/* Opt out of parallel tests by default; can be overriden with --workers */