Skip to content

Commit

Permalink
disable test case as per review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
l3ender committed Mar 10, 2022
1 parent 998438d commit 49356fd
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions tests/integration/targets/azure_rm_sqlserver/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,12 @@
that:
- output.changed

- name: Create test Azure AD group
azure_rm_adgroup:
tenant: "{{ tenant_id }}"
display_name: "SqlAdminGroup{{ random_postfix }}"
mail_nickname: "SqlAdminGroup{{ random_postfix }}"
register: admin_group_output
# - name: Create test Azure AD group
# azure_rm_adgroup:
# tenant: "{{ tenant_id }}"
# display_name: "SqlAdminGroup{{ random_postfix }}"
# mail_nickname: "SqlAdminGroup{{ random_postfix }}"
# register: admin_group_output

- name: Create instance of SQL Server with Azure AD admin
azure_rm_sqlserver:
Expand Down Expand Up @@ -746,8 +746,8 @@
name: "sqlsrv-azuread-{{ random_postfix }}"
state: absent

- name: Delete test Azure AD group
azure_rm_adgroup:
tenant: "{{ tenant_id }}"
object_id: "{{ admin_group_output.object_id }}"
state: "absent"
# - name: Delete test Azure AD group
# azure_rm_adgroup:
# tenant: "{{ tenant_id }}"
# object_id: "{{ admin_group_output.object_id }}"
# state: "absent"

0 comments on commit 49356fd

Please sign in to comment.