mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-13 18:56:36 +03:00
Unskip test
This commit is contained in:
parent
4cf5ce2cc2
commit
67ddce68d8
|
@ -2,7 +2,6 @@ from __future__ import unicode_literals
|
||||||
import pytest
|
import pytest
|
||||||
import spacy
|
import spacy
|
||||||
|
|
||||||
@pytest.mark.skip
|
|
||||||
def test_issue2626():
|
def test_issue2626():
|
||||||
'''Check that this sentence doesn't cause an infinite loop in the tokenizer.'''
|
'''Check that this sentence doesn't cause an infinite loop in the tokenizer.'''
|
||||||
nlp = spacy.blank('en')
|
nlp = spacy.blank('en')
|
||||||
|
|
Loading…
Reference in New Issue
Block a user