Skip to content

Recovery services vaults stopping CI/CD tests from running #4920

@maxmartin-cgi

Description

@maxmartin-cgi

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

  1. Run the CI/CD tests

Azure TRE release version (e.g. v0.14.0 or main):
main

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No fields configured for Bug.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions