Actually xfail test for #1971

This commit is contained in:
Ines Montani 2019-02-08 20:50:35 +01:00
parent 414a69b736
commit 0754b848fe

View File

@ -5,6 +5,7 @@ from spacy.matcher import Matcher
from spacy.tokens import Token, Doc from spacy.tokens import Token, Doc
@pytest.mark.xfail
def test_issue1971(en_vocab): def test_issue1971(en_vocab):
# Possibly related to #2675 and #2671? # Possibly related to #2675 and #2671?
matcher = Matcher(en_vocab) matcher = Matcher(en_vocab)