From 0754b848fe684b2b88e4e17b2e099ba75bbe4555 Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Fri, 8 Feb 2019 20:50:35 +0100 Subject: [PATCH] Actually xfail test for #1971 --- spacy/tests/regression/test_issue1971.py | 1 + 1 file changed, 1 insertion(+) diff --git a/spacy/tests/regression/test_issue1971.py b/spacy/tests/regression/test_issue1971.py index 93bfc7410..64163b306 100644 --- a/spacy/tests/regression/test_issue1971.py +++ b/spacy/tests/regression/test_issue1971.py @@ -5,6 +5,7 @@ from spacy.matcher import Matcher from spacy.tokens import Token, Doc +@pytest.mark.xfail def test_issue1971(en_vocab): # Possibly related to #2675 and #2671? matcher = Matcher(en_vocab)