Skip to content

Commit 0c90e9d

Browse files
committed
test: skip packages/cli/snap-tests-global/create-missing-typecheck on macOS and win32
1 parent e811747 commit 0c90e9d

File tree

2 files changed

+2
-0
lines changed
  • packages/cli/snap-tests-global

2 files changed

+2
-0
lines changed

packages/cli/snap-tests-global/create-missing-typecheck/steps.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"ignoredPlatforms": ["darwin", "win32"],
23
"commands": [
34
{
45
"command": "vp create vite:application --no-interactive # create standalone app",

packages/cli/snap-tests-global/shim-pnpm-uses-project-node-version/steps.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"ignoredPlatforms": ["win32"],
23
"env": {},
34
"commands": [
45
"vp install -g pnpm > /dev/null # Ensure pnpm is globally installed",

0 commit comments

Comments
 (0)