Skip to content

Commit

Permalink
fix(pyspark): remove xpassing test for #2453
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud authored and kszucs committed May 30, 2022
1 parent d372983 commit c051e28
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ibis/backends/pyspark/tests/test_window_context_adjustment.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,11 +351,6 @@ def test_rolling_with_non_window_op(client, ibis_windows, spark_range):
tm.assert_frame_equal(result_pd, expected)


@pytest.mark.xfail(
reason='Issue #2453 chain mutate() for window op and'
'non window op throws error for pyspark backend',
strict=True,
)
def test_complex_window(client):
"""Test window with different sizes
mix context adjustment for window op that require context
Expand Down

0 comments on commit c051e28

Please sign in to comment.