Skip to content

Commit

Permalink
fix: Remove special e2e treatment for validated tests (#12946)
Browse files Browse the repository at this point in the history
fix: Remove special integ treament for validated tests
  • Loading branch information
stocaaro authored Feb 5, 2024
1 parent d2367f7 commit f52bde7
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/integ-config/integ-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,6 @@ tests:
sample_name: v2/owner-and-group-different-models-default-v2
spec: owner-and-group-different-models-default
browser: *minimal_browser_list
timeout_minutes: 45
retry_count: 10
- test_name: integ_datastore_auth_v2-owner-and-group-same-model-default
desc: 'DataStore Auth CLI v2'
framework: react
Expand All @@ -158,8 +156,6 @@ tests:
sample_name: v2/dynamic-user-pool-groups-default-v2
spec: dynamic-user-pool-groups-default
browser: *minimal_browser_list
timeout_minutes: 45
retry_count: 10
- test_name: integ_datastore_auth_v2-dynamic-user-pool-groups-owner-based-default
desc: 'DataStore Auth CLI v2'
framework: react
Expand Down Expand Up @@ -349,8 +345,6 @@ tests:
sample_name: [v2/related-models]
spec: cpk-related-models
browser: *extended_browser_list
timeout_minutes: 45
retry_count: 10
- test_name: integ_react_datastore_selective_sync
desc: 'DataStore - Selective Sync'
framework: react
Expand Down Expand Up @@ -512,17 +506,13 @@ tests:
sample_name: [auth-rsc]
spec: auth-rsc
browser: [chrome]
timeout_minutes: 45
retry_count: 10
- test_name: integ_next_sign_in_with_oauth
desc: 'Sign-in with the OAuth flow'
framework: next
category: auth
sample_name: [sign-in-with-oauth]
spec: sign-in-with-oauth
browser: [chrome]
timeout_minutes: 45
retry_count: 10

# DISABLED Angular/Vue tests:
# TODO: delete tests or add custom ui logic to support them.
Expand Down

0 comments on commit f52bde7

Please sign in to comment.