From 1ae0df3da9717b57e01e48bed64888bb530733ed Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Sun, 24 Feb 2019 20:24:15 +0100 Subject: [PATCH] Un-x-fail passing test --- spacy/tests/regression/test_issue3209.py | 2 -- 1 file changed, 2 deletions(-) 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