Skip to content

Commit 2f51312

Browse files
committed
test: skip flaky snap tests on macOS and win32 (#1022)
1 parent 620cca6 commit 2f51312

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)