proxmoxer: disable flaky test (#425411)

This commit is contained in:
Aleksana 2025-07-15 22:15:34 +08:00 committed by GitHub
commit 604a720efb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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" ];