diff --git a/test_unstructured_ingest/test-ingest.sh b/test_unstructured_ingest/test-ingest.sh index 926821943..97a5917e5 100755 --- a/test_unstructured_ingest/test-ingest.sh +++ b/test_unstructured_ingest/test-ingest.sh @@ -56,7 +56,7 @@ trap print_last_run EXIT for script in "${scripts[@]}"; do CURRENT_SCRIPT=$script - if [[ "$CURRENT_SCRIPT" == "test-ingest-notion.sh" ]]; then + if [[ "$CURRENT_SCRIPT" == "test-ingest-notion.sh" ]] || [[ "$CURRENT_SCRIPT" == "test-ingest-delta-table.sh" ]]; then echo "--------- RUNNING SCRIPT $script --- IGNORING FAILURES" set +e echo "Running ./test_unstructured_ingest/$script"