Skip to content

Commit

Permalink
feat/drop e2e tests that already exist as int tests (#336)
Browse files Browse the repository at this point in the history
* drop e2e tests that already exist as int tests

* bump changelog
  • Loading branch information
rbiseck3 authored Jan 15, 2025
1 parent f46e5a3 commit f58f9f6
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 301 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 0.3.15-dev0

## 0.3.14

### Fixes
Expand Down
44 changes: 0 additions & 44 deletions test_e2e/dest/s3_no_access.sh

This file was deleted.

97 changes: 0 additions & 97 deletions test_e2e/dest/vectara.sh

This file was deleted.

48 changes: 0 additions & 48 deletions test_e2e/src/astradb.sh

This file was deleted.

49 changes: 0 additions & 49 deletions test_e2e/src/discord.sh

This file was deleted.

54 changes: 0 additions & 54 deletions test_e2e/src/onedrive.sh

This file was deleted.

2 changes: 0 additions & 2 deletions test_e2e/test-dest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ all_tests=(
'dropbox.sh'
'gcs.sh'
's3.sh'
's3_no_access.sh'
'sharepoint-embed-cog-index.sh'
# 'vectara.sh'
# 'kdbai.sh'
)

Expand Down
6 changes: 0 additions & 6 deletions test_e2e/test-src.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export OMP_THREAD_LIMIT=1
all_tests=(
's3.sh'
's3-filter.sh'
'astradb.sh'
'azure.sh'
'biomed-api.sh'
'biomed-path.sh'
Expand All @@ -28,7 +27,6 @@ all_tests=(
# 's3-compression.sh'
'salesforce.sh'
'box.sh'
'discord.sh'
'dropbox.sh'
'github.sh'
'gitlab.sh'
Expand All @@ -37,13 +35,11 @@ all_tests=(
'slack.sh'
# 'against-api.sh'
'gcs.sh'
'onedrive.sh'
'outlook.sh'
'couchbase.sh'
'airtable-diff.sh'
# # NOTE(ryan): This test is disabled because it is triggering too many requests to the API
# 'airtable-large.sh'
'notion.sh'
'delta-table.sh'
'jira.sh'
'sharepoint.sh'
Expand Down Expand Up @@ -76,10 +72,8 @@ python_version=$(python --version 2>&1)

# TODO: remove lines committed with this comment once the tests are fixed
tests_to_ignore=(
'notion.sh'
'sharepoint.sh'
'sharepoint-with-permissions.sh'
'onedrive.sh'
'outlook.sh'
)

Expand Down
2 changes: 1 addition & 1 deletion unstructured_ingest/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.14" # pragma: no cover
__version__ = "0.3.15-dev0" # pragma: no cover

0 comments on commit f58f9f6

Please sign in to comment.