Skip to content
4 changes: 4 additions & 0 deletions tests/series_only/hist_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
from tests.utils import ConstructorEager
from tests.utils import assert_equal_data

pytest.skip(
reason="https://github.com/narwhals-dev/narwhals/issues/2348", allow_module_level=True
)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MarcoGorelli if this cleans up CI (and you're not planning to merge this PR today) could you split the fix into a tiny PR please? πŸ™

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm always worried I'll miss something when there's existing CI issues

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah maybe an xfail will save us from narwhals-dev/narwhals/actions/runs/14376119881/job/40308843895?pr=2341

It did 😁 (ee52813)

data = {
"int": [0, 1, 2, 3, 4, 5, 6],
}
Expand Down
Loading