-
Notifications
You must be signed in to change notification settings - Fork 7k
[examples] disable tests that have been failing #58015
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
Conversation
with comments to github issues Signed-off-by: Lonnie Liu <lonnie@anyscale.com>
f0237f3 to
492ae1b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review
This pull request disables five failing example tests by changing their frequency to manual. This is a good approach to unblock the CI pipeline, and I appreciate you including links to the corresponding GitHub issues. I've suggested a small improvement to also mark these tests as stable: false. This will make them soft_fail if run manually, which better communicates their current failing state and helps with tracking.
| # https://github.com/ray-project/ray/issues/57222 | ||
| frequency: manual |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since this test is being disabled due to failures, it's a good practice to also mark it as stable: false. This will cause the test to soft_fail in Buildkite if it's run manually, which better reflects its known failing state. It also makes it easier to track unstable tests.
# https://github.com/ray-project/ray/issues/57222
stable: false
frequency: manual| # https://github.com/ray-project/ray/issues/57220 | ||
| frequency: manual |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| # https://github.com/ray-project/ray/issues/57219 | ||
| frequency: manual |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| # https://github.com/ray-project/ray/issues/57228 | ||
| frequency: manual |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| # https://github.com/ray-project/ray/issues/57224 | ||
| frequency: manual |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cherrypick #58015 Signed-off-by: Lonnie Liu <lonnie@anyscale.com>
cherrypick #58015 Signed-off-by: Lonnie Liu <lonnie@anyscale.com>
with comments to github issues Signed-off-by: Lonnie Liu <lonnie@anyscale.com> Signed-off-by: xgui <xgui@anyscale.com>
with comments to github issues Signed-off-by: Lonnie Liu <lonnie@anyscale.com>
with comments to github issues Signed-off-by: Lonnie Liu <lonnie@anyscale.com> Signed-off-by: Aydin Abiar <aydin@anyscale.com>
with comments to github issues