mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-06 13:20:20 +03:00
Reenable xfail marker.
This commit is contained in:
parent
5349c1811c
commit
c7986591eb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user