dendrite: disable tests on all darwin platforms

This commit is contained in:
Nick Cao 2024-02-08 19:14:55 -05:00
parent 43a713f106
commit a88cdd390e
No known key found for this signature in database

View File

@ -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;