Skip to content

Commit

Permalink
xfail remaining test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbourbeau committed Jan 31, 2020
1 parent 2c385e5 commit bb58b8a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ibis/pandas/tests/test_udf.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,9 @@ def f(s):
tm.assert_series_equal(result, expected)


@pytest.mark.xfail(
reason="https://github.com/ibis-project/ibis/issues/2063", strict=True
)
def test_udaf_groupby():
df = pd.DataFrame(
{
Expand Down Expand Up @@ -373,6 +376,9 @@ def my_wm(v, w):
tm.assert_frame_equal(result, expected)


@pytest.mark.xfail(
reason="https://github.com/ibis-project/ibis/issues/2063", strict=True
)
def test_udaf_window_nan():
df = pd.DataFrame(
{
Expand Down

0 comments on commit bb58b8a

Please sign in to comment.