cerberus: disable tests (#512807)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user