From 67ddce68d8952175e903a4c2027a30bad0245fa8 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Tue, 2 Oct 2018 23:47:55 +0200 Subject: [PATCH] Unskip test --- spacy/tests/regression/test_issue2626.py | 1 - 1 file changed, 1 deletion(-) 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')