Skip to content

Commit

Permalink
ci(flink): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chloeh13q committed Mar 20, 2024
1 parent 84fd059 commit d6cb806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibis/backends/tests/test_generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -1041,7 +1041,7 @@ def query(t, group_cols):
reason="invalid code generated for unnesting a struct",
raises=TrinoUserError,
)
@pytest.mark.broke(
@pytest.mark.broken(
["flink"],
reason="invalid code generated for unnesting a struct",
raises=Py4JJavaError,
Expand Down

0 comments on commit d6cb806

Please sign in to comment.