From c051e287eb3139104b4772d48785432c3f143c32 Mon Sep 17 00:00:00 2001 From: Phillip Cloud <417981+cpcloud@users.noreply.github.com> Date: Fri, 27 May 2022 15:25:43 -0400 Subject: [PATCH] fix(pyspark): remove xpassing test for #2453 --- .../backends/pyspark/tests/test_window_context_adjustment.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ibis/backends/pyspark/tests/test_window_context_adjustment.py b/ibis/backends/pyspark/tests/test_window_context_adjustment.py index ca7690bdff61..59e0f90a734d 100644 --- a/ibis/backends/pyspark/tests/test_window_context_adjustment.py +++ b/ibis/backends/pyspark/tests/test_window_context_adjustment.py @@ -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