From aac1e7f76acc215851f067ab7f721d911e3e151e Mon Sep 17 00:00:00 2001 From: Steven Robertson Date: Tue, 6 Oct 2020 00:10:41 -0700 Subject: [PATCH] fix yml parsing --- .../paramiko_unblemished.yml | 20 ++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/tests/ansible/integration/connection_loader/paramiko_unblemished.yml b/tests/ansible/integration/connection_loader/paramiko_unblemished.yml index e71647eb..0228a160 100644 --- a/tests/ansible/integration/connection_loader/paramiko_unblemished.yml +++ b/tests/ansible/integration/connection_loader/paramiko_unblemished.yml @@ -2,13 +2,15 @@ --- # TODO: this is flaky -> https://github.com/dw/mitogen/issues/747 -# - name: integration/connection_loader/paramiko_unblemished.yml -# hosts: test-targets -# any_errors_fatal: true -# tasks: -# - custom_python_detect_environment: -# connection: paramiko -# register: out +- name: integration/connection_loader/paramiko_unblemished.yml + hosts: test-targets + any_errors_fatal: true + tasks: + - debug: + msg: "skipped for now" + # - custom_python_detect_environment: + # connection: paramiko + # register: out -# - assert: -# that: not out.mitogen_loaded + # - assert: + # that: not out.mitogen_loaded