Commit 24233270 authored by Moritz Vogel's avatar Moritz Vogel
Browse files

proxmoxer: disable flaky test

parent c1bdb17d
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" ];