Un-xfail test #3880

This commit is contained in:
Matthew Honnibal 2019-07-10 14:01:17 +02:00
parent 87f7ec34d5
commit 465456edb9

View File

@ -4,7 +4,6 @@ from spacy.lang.en import English
import pytest import pytest
@pytest.mark.xfail
def test_issue3880(): def test_issue3880():
"""Test that `nlp.pipe()` works when an empty string ends the batch. """Test that `nlp.pipe()` works when an empty string ends the batch.