Skip to content

Commit 1c2be87

Browse files
authored
chore: temporarily disable smoke test (#1144)
1 parent 32de594 commit 1c2be87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli-e2e/src/cli.smoke.spec.ts renamed to packages/cli-e2e/src/cli.smoke.spec.ts.disabled

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ describe('Qwik UI CLI Smoke test', () => {
2323

2424
it('should be installed and add the button file', () => {
2525
execSync(
26-
'npx -y qwik-ui@e2e init --e2e --projectRoot ./ --uiComponentsPath "src/components/ui" --rootCssPath "src/global.css" --installTailwind --style "simple" --components=button',
26+
'npx -y qwik-ui@0.4.1 init --e2e --projectRoot ./ --uiComponentsPath "src/components/ui" --rootCssPath "src/global.css" --installTailwind --style "simple" --components=button',
2727
{
2828
cwd: projectDirectory,
2929
env: process.env,

0 commit comments

Comments
 (0)