Unverified Commit a88cdd39 authored by Nick Cao's avatar Nick Cao
Browse files

dendrite: disable tests on all darwin platforms

parent 43a713f1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;