Skip to content

Commit 392b228

Browse files
committed
remove broken test
1 parent e8cf76d commit 392b228

File tree

2 files changed

+19
-14
lines changed

2 files changed

+19
-14
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
trivial:
3+
- remove broken user info test due to permission changes in the test lab

tests/integration/targets/vmware_rest_appliance/tasks/appliance_localaccounts.yml

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -54,20 +54,22 @@
5454
- not(idempotency_result.changed)
5555
fail_msg: "Idempotency check failed. The global policy update triggered changes unnecessarily."
5656

57-
- name: Retrieve and validate the list of local accounts
58-
vmware.vmware_rest.appliance_localaccounts_info:
59-
register: local_accounts
60-
61-
- name: Assert that local accounts are retrieved successfully
62-
ansible.builtin.assert:
63-
that:
64-
- local_accounts is defined
65-
- local_accounts.value is not none
66-
fail_msg: "Failed to retrieve the list of local accounts."
67-
68-
- name: Display the list of local accounts
69-
ansible.builtin.debug:
70-
var: local_accounts
57+
# the permissions in the test lab have changed and these modules are no longer allowed.
58+
# Commenting them out until we can fix the permissions issue.
59+
# - name: Retrieve and validate the list of local accounts
60+
# vmware.vmware_rest.appliance_localaccounts_info:
61+
# register: local_accounts
62+
63+
# - name: Assert that local accounts are retrieved successfully
64+
# ansible.builtin.assert:
65+
# that:
66+
# - local_accounts is defined
67+
# - local_accounts.value is not none
68+
# fail_msg: "Failed to retrieve the list of local accounts."
69+
70+
# - name: Display the list of local accounts
71+
# ansible.builtin.debug:
72+
# var: local_accounts
7173

7274
always:
7375
- name: Restore warn_days to default value - 5

0 commit comments

Comments
 (0)