blueprint: disable tests (time out)
This commit is contained in:
@@ -45,7 +45,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
];
|
||||
|
||||
# requires xvfb-run
|
||||
doCheck = !stdenv.isDarwin;
|
||||
doCheck = !stdenv.isDarwin
|
||||
&& false; # tests time out
|
||||
|
||||
checkPhase = ''
|
||||
runHook preCheck
|
||||
|
||||
Reference in New Issue
Block a user