From 064f89dca203eaed0c288abeab0ac13b67803104 Mon Sep 17 00:00:00 2001 From: Ivan Artemiev <29709626+iartemiev@users.noreply.github.com> Date: Wed, 31 Jan 2024 12:45:07 -0500 Subject: [PATCH] ci: run flaky data e2es without retry (#12758) * ci: run flaky data e2es without retry * only run on chrome * restore workflow --------- Co-authored-by: Aaron S <94858815+stocaaro@users.noreply.github.com> --- .github/integ-config/integ-all.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/integ-config/integ-all.yml b/.github/integ-config/integ-all.yml index 2b82d42a09e..68f4fd30146 100644 --- a/.github/integ-config/integ-all.yml +++ b/.github/integ-config/integ-all.yml @@ -386,11 +386,9 @@ tests: framework: javascript category: datastore sample_name: [basic-crud] - browser: *minimal_browser_list + browser: [chrome] spec: vanilla-js-basic-crud amplifyjs_dir: true - timeout_minutes: 45 - retry_count: 10 - test_name: integ_next_datastore_13_basic desc: 'DataStore - Nextjs 13 build with SWC - basic JS app' framework: next @@ -411,20 +409,14 @@ tests: category: datastore sample_name: [v2/basic-crud] spec: vite-basic-crud - # TODO: run on firefox browser: [chrome] - timeout_minutes: 45 - retry_count: 10 - test_name: integ_rollup_datastore_basic_crud desc: 'Rollup + DataStore - Basic CRUD' framework: rollup category: datastore sample_name: [rollup-basic-crud] spec: rollup-basic-crud - # TODO: run on firefox browser: [chrome] - timeout_minutes: 45 - retry_count: 10 # API - test_name: integ_react_graphql_api