From 07f9d910dfa460695d2defabf3195a4a85f88307 Mon Sep 17 00:00:00 2001 From: Jim Blanchard Date: Mon, 30 Oct 2023 11:56:06 -0500 Subject: [PATCH] chore: Re-enables SSR tests. --- .github/integ-config/integ-all.yml | 32 +++++++++++++++--------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/integ-config/integ-all.yml b/.github/integ-config/integ-all.yml index 02e02318e00..b027d310dbe 100644 --- a/.github/integ-config/integ-all.yml +++ b/.github/integ-config/integ-all.yml @@ -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.