-
Notifications
You must be signed in to change notification settings - Fork 621
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
Rerun a flaky test #639
Rerun a flaky test #639
Conversation
This can help but I don't think it should be considered a fix for #638. We should actually fix the flaky test to close that ticket. |
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.
I think its fine to skip the flaky test, but the PR should not be marked as a fix for the problem.
@@ -558,6 +558,8 @@ class CelerySubClass(CelerySuperClass): | |||
) == async_run_span.attributes.get(SpanAttributes.MESSAGING_MESSAGE_ID) | |||
|
|||
|
|||
# FIXME find a permanent solution for the flakiness of this test |
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.
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.
I have updated the description of this PR 👍
This reverts commit 383f862.
Workaround for #638