mirror of https://github.com/explosion/spaCy.git
Xfail new lemmatizer test
This commit is contained in:
parent
dcbf866970
commit
497a9308a8
|
@ -1,5 +1,6 @@
|
|||
import pytest
|
||||
|
||||
@pytest.mark.xfail
|
||||
@pytest.mark.models('en')
|
||||
def test_issue1305(EN):
|
||||
'''Test lemmatization of English VBZ'''
|
||||
|
|
Loading…
Reference in New Issue