Merge pull request #287334 from NickCao/dendrite-darwin

dendrite: disable tests on all darwin platforms
This commit is contained in:
Nick Cao 2024-02-11 17:19:19 -05:00 committed by GitHub
commit 4db8d6d7e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;