Unverified Commit 604a720e authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

proxmoxer: disable flaky test (#425411)

parents d05947b4 24233270
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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" ];