pgadmin: disable tests on darwin as of now
see ##198495 tests run fine on non-hydra build machines. Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
parent
fa30f48f01
commit
ac717dc0ba
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user