Skip to content

Commit 7dc9ae0

Browse files
mroeschkeim-vinicius
authored and
im-vinicius
committed
TST/CI: Skipif test_complibs (pandas-dev#53819)
1 parent 940605e commit 7dc9ae0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pandas/tests/io/pytables/test_file_handling.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -230,11 +230,11 @@ def test_complibs_default_settings_override(tmp_path, setup_path):
230230
@pytest.mark.parametrize("lvl", range(10))
231231
@pytest.mark.parametrize("lib", tables.filters.all_complibs)
232232
@pytest.mark.filterwarnings("ignore:object name is not a valid")
233-
@pytest.mark.xfail(
233+
@pytest.mark.skipif(
234234
not PY311 and is_ci_environment() and is_platform_linux(),
235-
reason="producing invalid start bytes",
236-
raises=UnicodeDecodeError,
237-
strict=False,
235+
reason="Segfaulting in a CI environment"
236+
# with xfail, would sometimes raise UnicodeDecodeError
237+
# invalid state byte
238238
)
239239
def test_complibs(tmp_path, lvl, lib):
240240
# GH14478

0 commit comments

Comments
 (0)