Marcel Telka
2024-03-28 22f007a7e50fb2b0264244eb98ffb733ed55afd9
commit | author | age
22f007 1 --- ansible-core-2.15.10/test/units/parsing/vault/test_vault_editor.py.orig
MT 2 +++ ansible-core-2.15.10/test/units/parsing/vault/test_vault_editor.py
f67cd3 3 @@ -501,6 +501,7 @@
MT 4          res = ve._real_path(filename)
5          self.assertEqual(res, '-')
6  
7 +    @pytest.mark.skip(reason="always fails: https://github.com/ansible/ansible/issues/80444")
8      def test_real_path_dev_null(self):
9          filename = '/dev/null'
10          ve = self._vault_editor()