Skip to content

Commit bd9b62a

Browse files
committed
chore: reset test branch
1 parent 3cf1d81 commit bd9b62a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/integ-config/integ-all.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -936,23 +936,23 @@ tests:
936936
category: storage
937937
sample_name: [storage-gen2]
938938
spec: storage-gen2
939-
retry_count: 3
939+
retry_count: 10
940940
browser: *minimal_browser_list
941941
- test_name: integ_react_storage_internal
942942
desc: 'React Storage Gen2 Internal APIs'
943943
framework: react
944944
category: storage
945945
sample_name: [storage-gen2-internal]
946946
spec: storage-gen2-internal
947-
retry_count: 3
947+
retry_count: 10
948948
browser: *minimal_browser_list
949949
- test_name: integ_next_storage
950950
desc: 'Next Storage Auth'
951951
framework: next
952952
category: storage
953953
sample_name: [storage-auth]
954954
spec: storage-client-server
955-
retry_count: 3
955+
retry_count: 10
956956
browser: [chrome] # firefox issues with secure cookies in cypress, manual testing works fine
957957

958958
# INAPPMESSAGING

.github/workflows/push-integ-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ concurrency:
88
on:
99
push:
1010
branches:
11-
- chore/e2e-retry
11+
- replace-with-your-branch
1212

1313
jobs:
1414
e2e:

0 commit comments

Comments
 (0)