From 4d9d9c5a2865a028a961acd13376127a0cf92057 Mon Sep 17 00:00:00 2001 From: svlandeg Date: Thu, 20 Jan 2022 17:16:37 +0100 Subject: [PATCH] temporarily xfailing issue 4314 --- spacy/tests/parser/test_ner.py | 1 + 1 file changed, 1 insertion(+) diff --git a/spacy/tests/parser/test_ner.py b/spacy/tests/parser/test_ner.py index 05a466d87..c7eef189a 100644 --- a/spacy/tests/parser/test_ner.py +++ b/spacy/tests/parser/test_ner.py @@ -181,6 +181,7 @@ def test_issue4267(): assert token.ent_iob == 2 +@pytest.mark.xfail(reason="no beam parser yet") @pytest.mark.issue(4313) def test_issue4313(): """This should not crash or exit with some strange error code"""