proxmoxer: disable flaky test (#425411)

authored by Aleksana and committed by GitHub 604a720e d05947b4

+3
+3
pkgs/development/python-modules/proxmoxer/default.nix
··· 46 46 disabledTests = [ 47 47 # Tests require openssh_wrapper which is outdated and not available 48 48 "test_repr_openssh" 49 + 50 + # Test fails randomly 51 + "test_timeout" 49 52 ]; 50 53 51 54 pythonImportsCheck = [ "proxmoxer" ];