Skip to content
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

ci: run flaky data e2es without retry #12758

Merged
merged 7 commits into from
Jan 31, 2024
Merged
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
10 changes: 1 addition & 9 deletions .github/integ-config/integ-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
Loading