You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
389 B
YAML
14 lines
389 B
YAML
# Ensure paramiko connections aren't grabbed.
|
|
|
|
# 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
|
|
|
|
# - assert:
|
|
# that: not out.mitogen_loaded
|