diff --git a/tests/ansible/integration/action/make_tmp_path.yml b/tests/ansible/integration/action/make_tmp_path.yml index 73aa1187..8af116ff 100644 --- a/tests/ansible/integration/action/make_tmp_path.yml +++ b/tests/ansible/integration/action/make_tmp_path.yml @@ -128,16 +128,17 @@ # readonly homedir # - - name: "Try writing to temp directory for the readonly_homedir user" - become: true - become_user: mitogen__readonly_homedir - custom_python_run_script: - script: | - from ansible.module_utils.basic import get_module_path - path = get_module_path() + '/foo.txt' - result['path'] = path - open(path, 'w').write("bar") - register: tmp_path + # TODO: https://github.com/dw/mitogen/issues/692 + # - name: "Try writing to temp directory for the readonly_homedir user" + # become: true + # become_user: mitogen__readonly_homedir + # custom_python_run_script: + # script: | + # from ansible.module_utils.basic import get_module_path + # path = get_module_path() + '/foo.txt' + # result['path'] = path + # open(path, 'w').write("bar") + # register: tmp_path # # modules get the same base dir