Skip to content

Commit

Permalink
Merge branch 'main' into hui/fix/core/configure-event-payload
Browse files Browse the repository at this point in the history
  • Loading branch information
Raazi authored Jan 31, 2024
2 parents 1fa6d86 + 064f89d commit 654c745
Showing 1 changed file with 1 addition and 9 deletions.
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

0 comments on commit 654c745

Please sign in to comment.