Skip to content

flake: E2E test consistently fails on main when running locally #402

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

Closed
Kira-Pilot opened this issue Feb 21, 2025 · 2 comments
Closed

flake: E2E test consistently fails on main when running locally #402

Kira-Pilot opened this issue Feb 21, 2025 · 2 comments
Assignees
Labels

Comments

@Kira-Pilot
Copy link
Member

I'm seeing this consistent failure on main when running our E2E tests locally. To reproduce run 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
video.webm
@aslilac
Copy link
Member

aslilac commented Apr 2, 2025

disabling test for now until someone has the bandwidth to patch

@brettkolodny brettkolodny self-assigned this Apr 9, 2025
@Kira-Pilot
Copy link
Member Author

closing until we can reproduce this again.

@Kira-Pilot Kira-Pilot closed this as not planned Won't fix, can't repro, duplicate, stale Apr 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants