disabled another issue with sudo on this test

pull/658/head
Steven Robertson 4 years ago
parent ebf628a812
commit 8925f8a9d7

@ -54,11 +54,12 @@
- assert:
that: outout == "item!"
- file:
path: "{{item}}"
state: absent
become: true
with_items:
- /tmp/synchronize-action-key
- /tmp/sync-test
- /tmp/sync-test.out
# TODO: https://github.com/dw/mitogen/issues/692
# - file:
# path: "{{item}}"
# state: absent
# become: true
# with_items:
# - /tmp/synchronize-action-key
# - /tmp/sync-test
# - /tmp/sync-test.out

Loading…
Cancel
Save