Skip to content

Commit

Permalink
chore: Re-enables SSR tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimblanc committed Oct 30, 2023
1 parent 702ee71 commit 07f9d91
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/integ-config/integ-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -492,22 +492,22 @@ tests:
sample_name: [delete-user]
spec: delete-user
browser: *minimal_browser_list
# - test_name: integ_next_auth_authenticator_and_ssr_page
# desc: 'Authenticator and SSR page'
# framework: next
# category: auth
# sample_name: [auth-ssr]
# spec: auth-ssr
# browser: [chrome]
# - test_name: integ_next_auth_authenticator_and_rsc_page
# desc: 'Authenticator and RSC page'
# framework: next
# category: auth
# sample_name: [auth-rsc]
# spec: auth-rsc
# browser: [chrome]
# timeout_minutes: 45
# retry_count: 10
- test_name: integ_next_auth_authenticator_and_ssr_page
desc: 'Authenticator and SSR page'
framework: next
category: auth
sample_name: [auth-ssr]
spec: auth-ssr
browser: [chrome]
- test_name: integ_next_auth_authenticator_and_rsc_page
desc: 'Authenticator and RSC page'
framework: next
category: auth
sample_name: [auth-rsc]
spec: auth-rsc
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 07f9d91

Please sign in to comment.