Skip to content
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

Flaky test: GitDataSource gets correct status for files on linux #25824

Closed
ZachJW34 opened this issue Feb 15, 2023 · 3 comments
Closed

Flaky test: GitDataSource gets correct status for files on linux #25824

ZachJW34 opened this issue Feb 15, 2023 · 3 comments

Comments

@ZachJW34
Copy link
Contributor

ZachJW34 commented Feb 15, 2023

Link to Cypress Cloud or CircleCI failure

https://app.circleci.com/pipelines/github/cypress-io/cypress/49602/workflows/2c9c7753-9b62-4fac-9a64-359a666f03b1/jobs/2060027

Link to failing test in GitHub

it(`gets correct status for files on ${os.platform()}`, async function () {

Analysis

This test has retries(15) and still fails. Looks like retries don't help, if it fails the first time it will fail every time after. The test tries to create a git repository and must be getting hung up as the test fails due to a promise never returning. Not sure how flaky it is for other platforms so could be a linux issue.

Cypress Version

12.5.1

Other

If this test is already covered by and End to End test, maybe this one, can we just delete (or rewrite) this test?

@lmiller1990
Copy link
Contributor

@flotwig
Copy link
Contributor

flotwig commented Feb 22, 2023

This is a duplicate of #23317

@lmiller1990
Copy link
Contributor

Oops, closing.

We are picking this up @flotwig

Death to the flake 🔥

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants