prometheus: disable tests for now

This commit is contained in:
happysalada 2021-07-22 15:01:46 +09:00 committed by Raphael Megzari
parent 56ceaa6c8b
commit 0eaa40b01d

View file

@ -76,7 +76,8 @@ buildGoModule rec {
cp -a $src/console_libraries $src/consoles $out/etc/prometheus
'';
doCheck = !stdenv.isDarwin; # https://hydra.nixos.org/build/130673870/nixlog/1
# doCheck = !stdenv.isDarwin; # https://hydra.nixos.org/build/130673870/nixlog/1
doCheck = false;
passthru.tests = { inherit (nixosTests) prometheus; };