mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
dendrite: disable tests on all darwin platforms
This commit is contained in:
parent
43a713f106
commit
a88cdd390e
@ -52,7 +52,7 @@ buildGoModule rec {
|
||||
'';
|
||||
|
||||
# PostgreSQL's request for a shared memory segment exceeded your kernel's SHMALL parameter
|
||||
doCheck = !(stdenv.isDarwin && stdenv.isx86_64);
|
||||
doCheck = !stdenv.isDarwin;
|
||||
|
||||
passthru.tests = {
|
||||
inherit (nixosTests) dendrite;
|
||||
|
Loading…
Reference in New Issue
Block a user