Skip to content

Commit

Permalink
test(flink): xfail timestamp subtraction test case
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Jan 22, 2025
1 parent 037fd59 commit 5daced1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ibis/backends/tests/test_generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -1057,6 +1057,7 @@ def test_between(backend, alltypes, df):
backend.assert_series_equal(result, expected)


@pytest.mark.notyet(["flink"], reason="timestamp subtraction doesn't work")
def test_interactive(alltypes, monkeypatch):
monkeypatch.setattr(ibis.options, "interactive", True)

Expand Down

0 comments on commit 5daced1

Please sign in to comment.