diff --git a/.circleci/config.yml b/.circleci/config.yml index b719c38f0c8d..31ed1d0aec8a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -358,7 +358,7 @@ jobs: executor: class: medium name: sb_playwright - parallelism: 8 + parallelism: 9 steps: - git-shallow-clone/checkout_advanced: clone_options: '--depth 1 --verbose' diff --git a/code/lib/cli/src/repro-templates.ts b/code/lib/cli/src/repro-templates.ts index bb4ac7b60ce0..fa1007b76fe9 100644 --- a/code/lib/cli/src/repro-templates.ts +++ b/code/lib/cli/src/repro-templates.ts @@ -259,8 +259,6 @@ const vueCliTemplates = { skipTasks: [ // Re-enable once https://github.com/storybookjs/storybook/issues/19351 is fixed. 'smoke-test', - // Re-enable once https://github.com/storybookjs/storybook/issues/19453 is fixed. - 'test-runner', ], expected: { framework: '@storybook/vue3-webpack5', @@ -276,8 +274,6 @@ const vueCliTemplates = { skipTasks: [ // Re-enable once https://github.com/storybookjs/storybook/issues/19351 is fixed. 'smoke-test', - // Re-enable once https://github.com/storybookjs/storybook/issues/19453 is fixed. - 'test-runner', ], expected: { framework: '@storybook/vue-webpack5',