From fa8065ec2bce8b2e392c4af07e4480668b46882e Mon Sep 17 00:00:00 2001 From: Nathan Voxland Date: Fri, 8 Sep 2023 14:08:12 -0500 Subject: [PATCH] Revert "Re-enabled test_data_ingestion.py" This reverts commit 813f21025db21efd57f9adf4626732f05f2903bf. --- .../vectorstore/vector_search/ingestion/test_data_ingestion.py | 3 +++ 1 file changed, 3 insertions(+) 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 = [ {