-
Notifications
You must be signed in to change notification settings - Fork 196
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
fix(console): tests are causing ci timeouts #4154
Conversation
Console preview environment is available at https://wing-console-pr-4154.fly.dev 🚀 Updated (UTC): 2023-09-13 07:58 |
Not sure if you saw, but a failed test still passes the build (it's just considered flakey). I think these kind of tests probably shouldn't allow for any flakiness The test was flagged as flaky because it timed out during the teardown process. (see here) Tests are usually flagged as flaky when they succeed after a retry. |
Thanks for contributing, @polamoros! This PR will now be added to the merge queue, or immediately merged if |
Congrats! 🚀 This was released in Wing 0.30.5. |
Improve console tests to prevent CI timeouts caused by some tests randomly getting stuck.
resolves #4153
By submitting this pull request, I confirm that my contribution is made under the terms of the Wing Cloud Contribution License.