Skip to content

Commit

Permalink
[Multi-bucket] fix - disable firefox browser test for nextjs auth (#1…
Browse files Browse the repository at this point in the history
…3653)

disable firefox browser test for nextjs auth in storage app
  • Loading branch information
jjarvisp authored Jul 30, 2024
1 parent 381ca11 commit 56a2acd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/integ-config/integ-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 56a2acd

Please sign in to comment.