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

CI: Simplify run-tests.js and use it in editor tests workflow #1121

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

DeeDeeG
Copy link
Member

@DeeDeeG DeeDeeG commented Oct 27, 2024

Summary

Basically a partial revert of 58cdd5f to try and fix a spec that is timing out in CI.

Context / Details

Hopefully avoids an odd test failure we see in CI.

This issue started to show itself after #917 was merged, despite not being an issue in that PR itself. I confirmed that specifically this commit can be reverted to make the issue go away on master branch: 58cdd5f

I'm in support of that commit's purpose, but we get exactly one timed out spec in CI now with that change.

Not sure what's up with that. Going to see if I can simplify run-tests.js without all the "retrying failed specs" stuff. Maybe then we can get CI passing without the false positives seen with the reruns.

Verification Process

Once again this is one of those CI pull requests where I open the PR itself to run CI and see if it fixes things or not. Will follow-up based on what the first run does.

Hopefully avoids an odd test failure we see in CI.
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

Successfully merging this pull request may close these issues.

1 participant