diff --git a/tests/ansible/integration/action/synchronize.yml b/tests/ansible/integration/action/synchronize.yml index 0982fbcf..aceb2aac 100644 --- a/tests/ansible/integration/action/synchronize.yml +++ b/tests/ansible/integration/action/synchronize.yml @@ -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