Skip to content

Commit 01830c1

Browse files
authored
ci: unxfail sqlframe (#2186)
1 parent 1e45855 commit 01830c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/expr_and_series/struct_/field_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def test_get_field_expr(
1515
request: pytest.FixtureRequest,
1616
constructor: Constructor,
1717
) -> None:
18-
if any(backend in str(constructor) for backend in ("dask", "modin", "sqlframe")):
18+
if any(backend in str(constructor) for backend in ("dask", "modin")):
1919
request.applymarker(pytest.mark.xfail)
2020
if "pandas" in str(constructor) and PANDAS_VERSION < (2, 2, 0):
2121
pytest.skip()

0 commit comments

Comments
 (0)