Skip to content

Commit 1814327

Browse files
committed
Remove obsolete skip based on java (no longer supported)
1 parent d21f59f commit 1814327

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

testing/acceptance_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ def test_skip():
154154
result.stdout.fnmatch_lines(["*2*Python*", "*2 failed, 1 passed, 1 skipped*"])
155155
assert result.ret == 1
156156

157-
@pytest.mark.xfail("sys.platform.startswith('java')", run=False)
158157
def test_dist_tests_with_crash(self, pytester: pytest.Pytester) -> None:
159158
if not hasattr(os, "kill"):
160159
pytest.skip("no os.kill")

0 commit comments

Comments
 (0)