diff --git a/test/e2e/index.test.ts b/test/e2e/index.test.ts index e2b42064..7b41e19d 100644 --- a/test/e2e/index.test.ts +++ b/test/e2e/index.test.ts @@ -84,7 +84,7 @@ describe('E2E Tests', async () => { testFn( recipe.description, async (ctx) => { - if (!recipe.shouldRun()) { + if (skipAll || !recipe.shouldRun()) { ctx.skip(); }