File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -936,23 +936,23 @@ tests:
936
936
category : storage
937
937
sample_name : [storage-gen2]
938
938
spec : storage-gen2
939
- retry_count : 3
939
+ retry_count : 10
940
940
browser : *minimal_browser_list
941
941
- test_name : integ_react_storage_internal
942
942
desc : ' React Storage Gen2 Internal APIs'
943
943
framework : react
944
944
category : storage
945
945
sample_name : [storage-gen2-internal]
946
946
spec : storage-gen2-internal
947
- retry_count : 3
947
+ retry_count : 10
948
948
browser : *minimal_browser_list
949
949
- test_name : integ_next_storage
950
950
desc : ' Next Storage Auth'
951
951
framework : next
952
952
category : storage
953
953
sample_name : [storage-auth]
954
954
spec : storage-client-server
955
- retry_count : 3
955
+ retry_count : 10
956
956
browser : [chrome] # firefox issues with secure cookies in cypress, manual testing works fine
957
957
958
958
# INAPPMESSAGING
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ concurrency:
8
8
on :
9
9
push :
10
10
branches :
11
- - chore/e2e-retry
11
+ - replace-with-your-branch
12
12
13
13
jobs :
14
14
e2e :
You can’t perform that action at this time.
0 commit comments