-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
CI/TST: Skip external s3 bucket test that hangs on min build #45665
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
Looks like one of the processes got stuck on
In 1fd4e92, I don't see that test ever complete in the logs. |
@jbrockmendel min build is green here. Wdyt? |
@pytest.mark.skipif( | ||
os.environ.get("PANDAS_CI", "0") == "1", | ||
reason="2022.1.17: Hanging on the CI min versions build.", | ||
) |
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.
You’re confident this is the culprit?
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.
Fairly. I'll run one more time removing the -v
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.
Sounds good to me.
All green on the min build. Going to merge. |
…dev#45665) * Debug/CI: Min build * Skip the s3 tests * Remove -v
…dev#45665) * Debug/CI: Min build * Skip the s3 tests * Remove -v
No description provided.