diff --git a/spacy/tests/regression/test_issue3880.py b/spacy/tests/regression/test_issue3880.py index 2171b5911..ecc12afa3 100644 --- a/spacy/tests/regression/test_issue3880.py +++ b/spacy/tests/regression/test_issue3880.py @@ -4,7 +4,6 @@ from spacy.lang.en import English import pytest -@pytest.mark.xfail def test_issue3880(): """Test that `nlp.pipe()` works when an empty string ends the batch.