Unverified Commit 5715298d authored by Vincent Laporte's avatar Vincent Laporte Committed by GitHub
Browse files

cerberus: disable tests (#512807)

parents 060eb14f 765465df
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@
  fetchpatch,
  fetchFromGitHub,
  ocamlPackages,
  opam,
  makeBinaryWrapper,
  writableTmpDirAsHomeHook,
  unstableGitUpdater,
@@ -91,7 +90,7 @@ ocamlPackages.buildDunePackage (finalAttrs: {
    runHook postInstall
  '';

  doInstallCheck = true;
  doInstallCheck = false;
  installCheckPhase = ''
    runHook preInstallCheck