diff --git a/deeplake/core/vectorstore/vector_search/ingestion/test_data_ingestion.py b/deeplake/core/vectorstore/vector_search/ingestion/test_data_ingestion.py index 092916e696..7969240229 100644 --- a/deeplake/core/vectorstore/vector_search/ingestion/test_data_ingestion.py +++ b/deeplake/core/vectorstore/vector_search/ingestion/test_data_ingestion.py @@ -22,6 +22,9 @@ def corrupted_embedding_function(emb, threshold): @pytest.mark.slow +@pytest.mark.flaky(retry_count=3) +@pytest.mark.timeout(60) +@pytest.mark.skip(reason="causing lockups") def test_ingest_data(local_path): data = [ {