|
|
|
@ -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
|
|
|
|
|