Merge pull request #308494 from gador/pgadmin-disable-test-on-darwin
pgadmin: disable tests on darwin as of now
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user