From 2423327073c1659f96029f2c38f564044b673c4b Mon Sep 17 00:00:00 2001 From: Moritz Vogel Date: Tue, 15 Jul 2025 14:31:47 +0200 Subject: [PATCH] proxmoxer: disable flaky test --- pkgs/development/python-modules/proxmoxer/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/python-modules/proxmoxer/default.nix b/pkgs/development/python-modules/proxmoxer/default.nix index 2b3abbe28352..8bd6804fd9ce 100644 --- a/pkgs/development/python-modules/proxmoxer/default.nix +++ b/pkgs/development/python-modules/proxmoxer/default.nix @@ -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" ];