Description
The E2E tests currently failing to run due to an issue with the recovery services vaults as they are enabled by default. We should disable them in the setup helper to allow the tests to run.
Suggested change
Change payload definition in e2e_tests/conftest,py - create_or_get_test_workspace:
payload = { "templateName": template_name, "properties": { "display_name": f"E2E {description} workspace ({auth_type} AAD)", "description": f"{template_name} test workspace for E2E tests", "auth_type": auth_type, "address_space_size": "small", "enable_backup": False } }
Steps to reproduce
- Run the CI/CD tests
Azure TRE release version (e.g. v0.14.0 or main):
main
Description
The E2E tests currently failing to run due to an issue with the recovery services vaults as they are enabled by default. We should disable them in the setup helper to allow the tests to run.
Suggested change
Change payload definition in e2e_tests/conftest,py - create_or_get_test_workspace:
payload = { "templateName": template_name, "properties": { "display_name": f"E2E {description} workspace ({auth_type} AAD)", "description": f"{template_name} test workspace for E2E tests", "auth_type": auth_type, "address_space_size": "small", "enable_backup": False } }Steps to reproduce
Azure TRE release version (e.g. v0.14.0 or main):
main