Skip to content

Commit

Permalink
test(pyspark): re-mark re_search_posix as broken
Browse files Browse the repository at this point in the history
  • Loading branch information
deepyaman committed Aug 31, 2023
1 parent 6d61043 commit 272be87
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ibis/backends/tests/test_string.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from __future__ import annotations

import contextlib
import re

import pandas as pd
import pytest
Expand Down Expand Up @@ -233,6 +234,7 @@ def uses_java_re(t):
["mssql", "oracle"],
raises=com.OperationNotDefinedError,
),
pytest.mark.broken(["pyspark"], raises=re.error),
pytest.mark.never(
["druid"],
reason="No posix support; regex is interpreted literally",
Expand Down

0 comments on commit 272be87

Please sign in to comment.