Skip to content

Commit 48dd4d2

Browse files
sdks/python: use require_docker_in_docker pytest marker
1 parent 840d442 commit 48dd4d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ def initialize_db_with_data(connc_params: MilvusConnectionConfig):
296296
return collection_name
297297

298298

299-
@pytest.mark.uses_testcontainer
299+
@pytest.mark.require_docker_in_docker
300300
@unittest.skipUnless(
301301
platform.system() == "Linux",
302302
"Test runs only on Linux due to lack of support, as yet, for nested "

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
@@ -149,7 +149,7 @@ def drop_collection(client: MilvusClient, collection_name: str):
149149
pass
150150

151151

152-
@pytest.mark.uses_testcontainer
152+
@pytest.mark.require_docker_in_docker
153153
@unittest.skipUnless(
154154
platform.system() == "Linux",
155155
"Test runs only on Linux due to lack of support, as yet, for nested "

0 commit comments

Comments
 (0)