diff --git a/spacy/tests/regression/test_issue401.py b/spacy/tests/regression/test_issue401.py index d3fa3c00f..9d862cc65 100644 --- a/spacy/tests/regression/test_issue401.py +++ b/spacy/tests/regression/test_issue401.py @@ -4,7 +4,6 @@ from __future__ import unicode_literals import pytest -@pytest.mark.xfail @pytest.mark.models @pytest.mark.parametrize('text,i', [("Jane's got a new car", 1), ("Jane thinks that's a nice car", 3)])