From 42eb3a423c6095d1a379e56c2ac39271fad68b37 Mon Sep 17 00:00:00 2001 From: David McAfee Date: Thu, 29 Feb 2024 18:23:03 -0800 Subject: [PATCH] temporarily disable additional tests --- .github/integ-config/detox-integ-all.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/integ-config/detox-integ-all.yml b/.github/integ-config/detox-integ-all.yml index b3cbd2c212e..9ec3b133881 100644 --- a/.github/integ-config/detox-integ-all.yml +++ b/.github/integ-config/detox-integ-all.yml @@ -1,15 +1,15 @@ -- test_name: 'integ_rn_ios_storage' - working_directory: amplify-js-samples-staging/samples/react-native/storage/StorageApp - timeout_minutes: 120 -- test_name: 'integ_rn_ios_storage_multipart_progress' - working_directory: amplify-js-samples-staging/samples/react-native/storage/MultiPartUploadWithProgress - timeout_minutes: 120 -- test_name: 'integ_rn_ios_device_tracking' - working_directory: amplify-js-samples-staging/samples/react-native/auth/deviceTracking - timeout_minutes: 120 -- test_name: 'integ_rn_ios_datastore_sqlite_adapter' - working_directory: amplify-js-samples-staging/samples/react-native/datastore/SQLiteAdapter - timeout_minutes: 120 +# - test_name: 'integ_rn_ios_storage' +# working_directory: amplify-js-samples-staging/samples/react-native/storage/StorageApp +# timeout_minutes: 120 +# - test_name: 'integ_rn_ios_storage_multipart_progress' +# working_directory: amplify-js-samples-staging/samples/react-native/storage/MultiPartUploadWithProgress +# timeout_minutes: 120 +# - test_name: 'integ_rn_ios_device_tracking' +# working_directory: amplify-js-samples-staging/samples/react-native/auth/deviceTracking +# timeout_minutes: 120 +# - test_name: 'integ_rn_ios_datastore_sqlite_adapter' +# working_directory: amplify-js-samples-staging/samples/react-native/datastore/SQLiteAdapter +# timeout_minutes: 120 - test_name: 'integ_rn_ios_api_v6' working_directory: amplify-js-samples-staging/samples/react-native/api/v6/ApiCRUDL timeout_minutes: 120