From c7986591ebd38bdb40b0adde82656ccdde52dbe2 Mon Sep 17 00:00:00 2001 From: Raphael Mitsch Date: Thu, 1 Dec 2022 16:52:33 +0100 Subject: [PATCH] Reenable xfail marker. --- spacy/tests/doc/test_span.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy/tests/doc/test_span.py b/spacy/tests/doc/test_span.py index 3536ee7ee..3d42f67ac 100644 --- a/spacy/tests/doc/test_span.py +++ b/spacy/tests/doc/test_span.py @@ -709,7 +709,7 @@ def test_span_group_copy(doc): assert len(doc_copy.spans["test"]) == 2 -# @pytest.mark.xfail +@pytest.mark.xfail @pytest.mark.parametrize("use_double_space", [True, False]) def test_span_sentence_mapping(en_tokenizer, use_double_space: bool): """Tests correct mapping of spans to sentences. This is currently failing due to some issue with the