Skip to content

Commit

Permalink
test(flink): remove xfail since pandas 2.x support
Browse files Browse the repository at this point in the history
  • Loading branch information
deepyaman committed Nov 15, 2023
1 parent 3147b23 commit a3d7c67
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ibis/backends/tests/test_temporal.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,9 +331,6 @@ def test_timestamp_extract_milliseconds(backend, alltypes, df):
pyspark=["pandas<2.1"],
reason="test was adjusted to work with pandas 2.1 output; pyspark doesn't support pandas 2",
)
@pytest.mark.broken(
["flink"], raises=AssertionError, reason="numpy array are different"
)
def test_timestamp_extract_epoch_seconds(backend, alltypes, df):
expr = alltypes.timestamp_col.epoch_seconds().name("tmp")
result = expr.execute()
Expand Down

0 comments on commit a3d7c67

Please sign in to comment.