diff --git a/spacy/tests/regression/test_issue2626.py b/spacy/tests/regression/test_issue2626.py index a7be6b76a..982a52f03 100644 --- a/spacy/tests/regression/test_issue2626.py +++ b/spacy/tests/regression/test_issue2626.py @@ -2,7 +2,6 @@ from __future__ import unicode_literals import pytest import spacy -@pytest.mark.skip def test_issue2626(): '''Check that this sentence doesn't cause an infinite loop in the tokenizer.''' nlp = spacy.blank('en')