Skip to content

Commit c9005f0

Browse files
chore: mark qdrant integration tests as require_docker_in_docker
1 parent 721dc79 commit c9005f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464

6565
@unittest.skipIf(not QDRANT_AVAILABLE, "qdrant dependencies not installed.")
6666
@unittest.skipIf(not QdrantContainer, "qdrant test_container not installed.")
67-
@pytest.mark.uses_testcontainers
67+
@pytest.mark.require_docker_in_docker
6868
class TestQdrantIngestion(unittest.TestCase):
6969
@classmethod
7070
def setUpClass(cls):

0 commit comments

Comments
 (0)