diff --git a/spacy/tests/regression/test_issue3209.py b/spacy/tests/regression/test_issue3209.py index efa006791..469e38b8c 100644 --- a/spacy/tests/regression/test_issue3209.py +++ b/spacy/tests/regression/test_issue3209.py @@ -2,10 +2,8 @@ from __future__ import unicode_literals from spacy.lang.en import English -import pytest -@pytest.mark.xfail def test_issue3209(): """Test issue that occurred in spaCy nightly where NER labels were being mapped to classes incorrectly after loading the model, when the labels