From 56a2acde1d66d38ba0acddc698478e4a98572d21 Mon Sep 17 00:00:00 2001 From: James Jarvis Date: Tue, 30 Jul 2024 10:03:58 -0400 Subject: [PATCH] [Multi-bucket] fix - disable firefox browser test for nextjs auth (#13653) disable firefox browser test for nextjs auth in storage app --- .github/integ-config/integ-all.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/integ-config/integ-all.yml b/.github/integ-config/integ-all.yml index d29ae41ba42..b72036bbd6e 100644 --- a/.github/integ-config/integ-all.yml +++ b/.github/integ-config/integ-all.yml @@ -828,8 +828,8 @@ tests: category: storage sample_name: [guest-access] spec: storage-client-server - browser: *minimal_browser_list - + browser: [chrome] # firefox issues with secure cookies in cypress, manual testing works fine + # INAPPMESSAGING - test_name: integ_in_app_messaging desc: 'React InApp Messaging'