You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Several tests are failing in the cudf.pandas third-party integration tests. Some of the failures are new and some may have always been there. I didn't catch this before because the tests would only pass or fail based on the last test suite (eg. test_numpy.py) that was executed. After we merge #17497, we should open PRs to fix each test module that's currently failing.
Removes the third-party integration tests for the 24.12 nightly CI. We
need to do this to unblock CI. These tests have not been running
properly, and we just noticed that. There are more than a few failures
so we will have to resolve this in the next release. Future work is
tracked in #17490.
Describe the bug
Several tests are failing in the
cudf.pandas
third-party integration tests. Some of the failures are new and some may have always been there. I didn't catch this before because the tests would only pass or fail based on the last test suite (eg. test_numpy.py) that was executed. After we merge #17497, we should open PRs to fix each test module that's currently failing.Steps/Code to reproduce bug
Look at CI jobs
Expected behavior
All checks should pass or xfail if necessary
The text was updated successfully, but these errors were encountered: