Unskip test

This commit is contained in:
Matthew Honnibal 2018-10-02 23:47:55 +02:00
parent 4cf5ce2cc2
commit 67ddce68d8

View File

@ -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')