Skip to content

Commit c64e9c9

Browse files
sdks/python: mark milvus itests with require_docker_in_docker marker
1 parent 9d41879 commit c64e9c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdks/python/apache_beam/ml/rag/ingestion/milvus_search_it_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def drop_collection(client: MilvusClient, collection_name: str):
153153
pass
154154

155155

156-
@pytest.mark.uses_testcontainer
156+
@pytest.mark.require_docker_in_docker
157157
@unittest.skipUnless(
158158
platform.system() == "Linux",
159159
"Test runs only on Linux due to lack of support, as yet, for nested "

0 commit comments

Comments
 (0)