proxmoxer: disable flaky test (#425411)

This commit is contained in:
Aleksana
2025-07-15 22:15:34 +08:00
committed by GitHub
@@ -46,6 +46,9 @@ buildPythonPackage rec {
disabledTests = [
# Tests require openssh_wrapper which is outdated and not available
"test_repr_openssh"
# Test fails randomly
"test_timeout"
];
pythonImportsCheck = [ "proxmoxer" ];