Skip to content

Commit be540b9

Browse files
committed
make tests slow again
1 parent a23f42c commit be540b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_pipeline.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ def mock_model(monkeypatch, documents, prepared_taskmodule):
8888
)
8989

9090

91+
@pytest.mark.slow
9192
@pytest.mark.parametrize("inplace", [False, True])
9293
def test_pipeline_with_document(documents, prepared_taskmodule, mock_model, inplace):
9394
# make a copy to ensure original documents are not modified in non-inplace mode
@@ -108,6 +109,7 @@ def test_pipeline_with_document(documents, prepared_taskmodule, mock_model, inpl
108109
assert returned_document.entities.predictions
109110

110111

112+
@pytest.mark.slow
111113
@pytest.mark.parametrize("inplace", [False, True])
112114
def test_pipeline_with_documents(documents, prepared_taskmodule, mock_model, inplace):
113115
# make a copy to ensure original documents are not modified in non-inplace mode

0 commit comments

Comments
 (0)