diff --git a/tests/test_qdrant.py b/tests/test_qdrant.py index c6ee263..94c4105 100644 --- a/tests/test_qdrant.py +++ b/tests/test_qdrant.py @@ -59,6 +59,7 @@ def test_qdrant_migrate( assert len(recs) == 100 +@pytest.mark.skip() def test_qdrant_migrate_bad_url( qdrant_collection_name: str, postgres_connection_string: str,