Skip to content

Commit

Permalink
removing android integ tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
katiegoines committed Aug 6, 2022
1 parent 0ce1c36 commit e89bfaa
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1022,19 +1022,19 @@ jobs:
steps:
- integ_test_rn_ios

integ_rn_android_storage:
executor: macos-executor
<<: *test_env_vars
working_directory: ~/amplify-js-samples-staging/samples/react-native/storage/StorageApp
steps:
- integ_test_rn_android
# integ_rn_android_storage:
# executor: macos-executor
# <<: *test_env_vars
# working_directory: ~/amplify-js-samples-staging/samples/react-native/storage/StorageApp
# steps:
# - integ_test_rn_android

integ_rn_android_storage_multipart_progress:
executor: macos-executor
<<: *test_env_vars
working_directory: ~/amplify-js-samples-staging/samples/react-native/storage/MultiPartUploadWithProgress
steps:
- integ_test_rn_android
# integ_rn_android_storage_multipart_progress:
# executor: macos-executor
# <<: *test_env_vars
# working_directory: ~/amplify-js-samples-staging/samples/react-native/storage/MultiPartUploadWithProgress
# steps:
# - integ_test_rn_android

integ_rn_ios_datastore_sqlite_adapter:
executor: macos-executor
Expand Down Expand Up @@ -1549,18 +1549,18 @@ workflows:
- build
filters:
<<: *releasable_branches
- integ_rn_android_storage:
requires:
- integ_setup
- build
filters:
<<: *releasable_branches
- integ_rn_android_storage_multipart_progress:
requires:
- integ_setup
- build
filters:
<<: *releasable_branches
# - integ_rn_android_storage:
# requires:
# - integ_setup
# - build
# filters:
# <<: *releasable_branches
# - integ_rn_android_storage_multipart_progress:
# requires:
# - integ_setup
# - build
# filters:
# <<: *releasable_branches
- integ_rn_ios_datastore_sqlite_adapter:
requires:
- integ_setup
Expand Down Expand Up @@ -1649,9 +1649,9 @@ workflows:
- integ_vue_auth
- integ_rn_ios_storage
- integ_rn_ios_storage_multipart_progress
- integ_rn_android_storage_multipart_progress
# - integ_rn_android_storage_multipart_progress
- integ_rn_ios_push_notifications
- integ_rn_android_storage
# - integ_rn_android_storage
- integ_rn_ios_datastore_sqlite_adapter
- integ_datastore_auth
- integ_datastore_auth_v2
Expand Down

0 comments on commit e89bfaa

Please sign in to comment.