Unverified Commit ac717dc0 authored by Florian Brandes's avatar Florian Brandes
Browse files

pgadmin: disable tests on darwin as of now



see ##198495

tests run fine on non-hydra build machines.

Signed-off-by: default avatarFlorian Brandes <florian.brandes@posteo.de>
parent fa30f48f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -222,6 +222,9 @@ pythonPackages.buildPythonApplication rec {
    pythonPackages.selenium
  ];

  # sandboxing issues on aarch64-darwin, see https://github.com/NixOS/nixpkgs/issues/198495
  doCheck = postgresql.doCheck;

  checkPhase = ''
    runHook preCheck