Skip to content

Commit 7064ecd

Browse files
committed
test(upgrade): skip parent workspace snapshots on Windows
1 parent 9164254 commit 7064ecd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • crates/vp_cli_snapshots/tests/cli_snapshots/fixtures/command_upgrade_parent_workspace

crates/vp_cli_snapshots/tests/cli_snapshots/fixtures/command_upgrade_parent_workspace/snapshots.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[[case]]
22
name = "command_upgrade_parent_workspace_stale_lockfile"
33
vp = "global"
4+
skip-platforms = ["windows"]
45
comment = "Regression test for #2639: an upgrade invoked outside a parent pnpm workspace must not read its stale lockfile."
56
steps = [
67
{ argv = ["node", "setup.mjs"], snapshot = false },
@@ -14,6 +15,7 @@ steps = [
1415
[[case]]
1516
name = "command_upgrade_parent_workspace_valid_lockfile"
1617
vp = "global"
18+
skip-platforms = ["windows"]
1719
comment = "An upgrade must install its own dependencies even when the parent workspace lockfile is valid."
1820
steps = [
1921
{ argv = ["node", "setup.mjs", "--valid-lockfile"], snapshot = false },

0 commit comments

Comments
 (0)