-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With VS Code 1.49 Tests can no longer run on Linux #73
Comments
I thought maybe adding |
Here's our args to run tests:
|
Note: This worked fine with 1.48 and earlier. |
@rchiodo that sounds like a CI configuration problem to me, not a VSCode issue. You can refer to https://github.com/bpasero/test-ts-pipeline for an example for running the tests on Windows, macOS and Linux in the GH CI. |
It was ubuntu 16. We had to upgrade to Ubuntu 20 and the problem went away. Did VS code (electron) stop supporting Ubuntu 16? |
vscode-test appears broken on Ubuntu 16.04. See microsoft/vscode-test#73
* Use @actions/core for setting env vars * Resolve vulnerabilities Resolves @dependabot PRs #34, #35 * Workflow to use Node 10.x * Use ubuntu-latest vscode-test appears broken on Ubuntu 16.04. See microsoft/vscode-test#73 * Run ubuntu-latest tests under xvfb-run * Add required check for branch policies Allows matrix build job to change without requiring reconfiguring branch policies with strategy-specific names. Branch policy will instead depend on the new "check" job that depends on all build jobs.
We're getting this on all of our test runs:
The text was updated successfully, but these errors were encountered: