Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
changeKind: internal
packages:
- typespec-vscode
---

Temporarily skip the VS Code e2e tests. Both `test:web` and `test:extension` pull the *latest* VS Code build, so the VS Code 1.130.0 release hung the E2E CI job indefinitely across unrelated PRs. They will be re-enabled once the test host is pinned to a known-good version and guarded with a timeout.
2 changes: 1 addition & 1 deletion packages/typespec-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@
"package-vsix": "vsce package",
"deploy": "vsce publish",
"open-in-browser": "vscode-test-web --extensionDevelopmentPath=. .",
"test:e2e": "pnpm test:web && pnpm test:extension",
"test:e2e": "echo 'Skipping vscode e2e tests: test:web and test:extension both pull the latest VS Code build, which hung CI on the 1.130.0 release. Re-enable once pinned/timeout-guarded.'",
"test:web": "vscode-test-web --quality stable --extensionDevelopmentPath=. --headless --extensionTestsPath=dist/test/web/suite.js ./test/web/data",
"test:extension": "vitest run --root test/extension"
},
Expand Down
Loading