temporarily xfailing issue 4314

This commit is contained in:
svlandeg 2022-01-20 17:16:37 +01:00
parent 79469ced52
commit 4d9d9c5a28

View File

@ -181,6 +181,7 @@ def test_issue4267():
assert token.ent_iob == 2 assert token.ent_iob == 2
@pytest.mark.xfail(reason="no beam parser yet")
@pytest.mark.issue(4313) @pytest.mark.issue(4313)
def test_issue4313(): def test_issue4313():
"""This should not crash or exit with some strange error code""" """This should not crash or exit with some strange error code"""