Skip to content

leave only local test #3990

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion test_unstructured_ingest/src/local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ PYTHONPATH=${PYTHONPATH:-.} "$RUN_SCRIPT" \
--reprocess \
--output-dir "$OUTPUT_DIR" \
--verbose \
--file-glob "*.html" \
--input-path example-docs \
--work-dir "$WORK_DIR"

Expand Down
59 changes: 0 additions & 59 deletions test_unstructured_ingest/test-ingest-src.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,70 +18,11 @@ EVAL_OUTPUT_ROOT=${EVAL_OUTPUT_ROOT:-$SCRIPT_DIR}
export OMP_THREAD_LIMIT=1

all_tests=(
# NOTE(scanny): This test is disabled because it routinely flakes on OCR differencs
# 's3.sh'
's3-minio.sh'
'astradb.sh'
'azure.sh'
'biomed-api.sh'
'biomed-path.sh'
# NOTE(yuming): The pdf-fast-reprocess test should be put after any tests that save downloaded files
'pdf-fast-reprocess.sh'
'salesforce.sh'
'box.sh'
'discord.sh'
'dropbox.sh'
'github.sh'
'gitlab.sh'
'google-drive.sh'
'wikipedia.sh'
'local.sh'
# 'slack.sh'
'against-api.sh'
'gcs.sh'
'kafka-local.sh'
#'onedrive.sh'
#'outlook.sh'
'elasticsearch.sh'
'confluence-diff.sh'
'confluence-large.sh'
# NOTE(christine): This test is disabled because it is triggering 404 client errors to the API
# 'airtable-diff.sh'
# # NOTE(ryan): This test is disabled because it is triggering too many requests to the API
# 'airtable-large.sh'
'local-single-file.sh'
'local-single-file-basic-chunking.sh'
'local-single-file-chunk-no-orig-elements.sh'
'local-single-file-with-encoding.sh'
'local-single-file-with-pdf-infer-table-structure.sh'
'notion.sh'
'delta-table.sh'
'jira.sh'
# 'sharepoint.sh'
# 'sharepoint-with-permissions.sh'
'hubspot.sh'
'local-embed.sh'
'local-embed-bedrock.sh'
'local-embed-octoai.sh'
'local-embed-vertexai.sh'
'local-embed-voyageai.sh'
'local-embed-mixedbreadai.sh'
'sftp.sh'
'opensearch.sh'
'mongodb.sh'
)

full_python_matrix_tests=(
# 'sharepoint.sh'
'local.sh'
'local-single-file.sh'
'local-single-file-with-encoding.sh'
'local-single-file-with-pdf-infer-table-structure.sh'
# NOTE(scanny): This test is disabled because it routinely flakes on OCR differences
# 's3.sh'
'google-drive.sh'
'gcs.sh'
'azure.sh'
)

CURRENT_TEST="none"
Expand Down
Loading