mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 01:16:28 +03:00
Actually xfail test for #1971
This commit is contained in:
parent
414a69b736
commit
0754b848fe
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user