Skip to content

Commit

Permalink
chore(storage): enable storage e2e tests (#12065)
Browse files Browse the repository at this point in the history
  • Loading branch information
Venkata Ramyasri Kota authored Sep 15, 2023
1 parent 2abb136 commit 2bf9a53
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions .github/integ-config/integ-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -661,27 +661,27 @@ tests:
# browser: [chrome]

# STORAGE
# - test_name: integ_react_storage
# desc: 'React Storage'
# framework: react
# category: storage
# sample_name: [storageApp]
# spec: storage
# browser: *minimal_browser_list
# - test_name: integ_react_storage_multipart_progress
# desc: 'React Storage Multi-Part Upload with Progress'
# framework: react
# category: storage
# sample_name: [multi-part-upload-with-progress]
# spec: multi-part-upload-with-progress
# browser: *minimal_browser_list
# - test_name: integ_react_storage_copy
# desc: 'React Storage Copy'
# framework: react
# category: storage
# sample_name: [multi-part-copy-with-progress]
# spec: multi-part-copy-with-progress
# browser: *minimal_browser_list
- test_name: integ_react_storage
desc: 'React Storage'
framework: react
category: storage
sample_name: [storageApp]
spec: storage
browser: *minimal_browser_list
- test_name: integ_react_storage_multipart_progress
desc: 'React Storage Multi-Part Upload with Progress'
framework: react
category: storage
sample_name: [multi-part-upload-with-progress]
spec: multi-part-upload-with-progress
browser: *minimal_browser_list
- test_name: integ_react_storage_copy
desc: 'React Storage Copy'
framework: react
category: storage
sample_name: [multi-part-copy]
spec: multi-part-copy
browser: *minimal_browser_list

# - test_name: integ_duplicate_packages
# desc: 'Duplicate Package Errors'
Expand Down

0 comments on commit 2bf9a53

Please sign in to comment.