dendrite: disable tests on all darwin platforms
This commit is contained in:
parent
43a713f106
commit
a88cdd390e
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue