We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm seeing this consistent failure on main when running our E2E tests locally. To reproduce run cd site & pnpm i & pnpm playwright:test:
main
cd site & pnpm i & pnpm playwright:test
33 passed 47 skipped 1 failed /home/coder/coder/site/e2e/tests/outdatedAgent.spec.ts › ssh with agent v2.12.1
and here's the trace:
/home/coder/coder/site/e2e/helpers.ts:462: at helpers.ts:462 460 | resolve(); 461 | } else { > 462 | reject(new Error(`install.sh failed with code ${code}`)); | ^ 463 | } 464 | }); 465 | }); Error: install.sh failed with code 1
The text was updated successfully, but these errors were encountered:
disabling test for now until someone has the bandwidth to patch
Sorry, something went wrong.
closing until we can reproduce this again.
brettkolodny
No branches or pull requests
I'm seeing this consistent failure on
main
when running our E2E tests locally. To reproduce runcd site & pnpm i & pnpm playwright:test
:and here's the trace:
video.webm
The text was updated successfully, but these errors were encountered: