Skip to content

Commit

Permalink
test(risingwave): make xfail not strict
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Jan 28, 2024
1 parent 36b1c77 commit 5afce37
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ibis/backends/tests/test_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@
reason="https://github.com/ibis-project/ibis/pull/6920#discussion_r1373212503",
)
@pytest.mark.broken(
["risingwave"],
reason="TODO(Kexiang): order mismatch in array",
["risingwave"], reason="TODO(Kexiang): order mismatch in array", strict=False
)
def test_json_getitem(json_t, expr_fn, expected):
expr = expr_fn(json_t)
Expand Down

0 comments on commit 5afce37

Please sign in to comment.