Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion e2e_tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ async def create_or_get_test_workspace(
"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"
"address_space_size": "small",
"enable_backup": False
}
}
if config.TEST_WORKSPACE_APP_PLAN != "":
Expand Down
Loading