From 2bf9a538c57be1c1c3943a96a97adcc2edb9d21c Mon Sep 17 00:00:00 2001 From: Venkata Ramyasri Kota <34170013+kvramyasri7@users.noreply.github.com> Date: Fri, 15 Sep 2023 13:16:00 -0700 Subject: [PATCH] chore(storage): enable storage e2e tests (#12065) --- .github/integ-config/integ-all.yml | 42 +++++++++++++++--------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/integ-config/integ-all.yml b/.github/integ-config/integ-all.yml index 67553340264..47c1be216de 100644 --- a/.github/integ-config/integ-all.yml +++ b/.github/integ-config/integ-all.yml @@ -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'