Skip to content

Commit 2a91023

Browse files
committed
temporarily make test_pipeline_with_documents not slow to run it in PR CI
1 parent 3f6fab0 commit 2a91023

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_pipeline.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ def test_pipeline_with_document(documents, prepared_taskmodule, mock_model, inpl
106106
assert returned_document.entities.predictions
107107

108108

109-
@pytest.mark.slow
110109
@pytest.mark.parametrize("inplace", [False, True])
111110
def test_pipeline_with_documents(documents, prepared_taskmodule, mock_model, inplace):
112111
# make a copy to ensure original documents are not modified in non-inplace mode

0 commit comments

Comments
 (0)