From ebf628a812d88b871324bfbe0561254df6281364 Mon Sep 17 00:00:00 2001 From: Steven Robertson Date: Fri, 21 Feb 2020 13:04:05 -0800 Subject: [PATCH] disabling another test --- tests/ansible/integration/action/synchronize.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/tests/ansible/integration/action/synchronize.yml b/tests/ansible/integration/action/synchronize.yml index 3e81ce6a..0982fbcf 100644 --- a/tests/ansible/integration/action/synchronize.yml +++ b/tests/ansible/integration/action/synchronize.yml @@ -34,10 +34,11 @@ content: "item!" delegate_to: localhost - - file: - path: /tmp/sync-test.out - state: absent - become: true + # TODO: https://github.com/dw/mitogen/issues/692 + # - file: + # path: /tmp/sync-test.out + # state: absent + # become: true - synchronize: private_key: /tmp/synchronize-action-key