Disable grafana tests

This commit is contained in:
Sandro - 2023-04-06 01:41:56 +02:00
parent 944de3a210
commit 25e53c93aa
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 5 additions and 0 deletions

View File

@ -35,6 +35,11 @@ with final; {
commandLineArgs = "--enable-features=VaapiVideoEncoder,VaapiVideoDecoder,CanvasOopRasterization --force-dark-mode";
};
grafana = prev.grafana.overrideAttrs (_: {
# broken with backports and take a good amount of time
doCheck = false;
});
# hydra flake
hydra = prev.hydra.overrideAttrs (oldAttrs: {
patches = oldAttrs.patches or [ ] ++ [