Skip to content

Commit

Permalink
Revert "Re-enabled test_data_ingestion.py"
Browse files Browse the repository at this point in the history
This reverts commit 813f210.
  • Loading branch information
nvoxland committed Sep 8, 2023
1 parent c0f2eaf commit fa8065e
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -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 = [
{
Expand Down

0 comments on commit fa8065e

Please sign in to comment.