haskellPackages.lima: disable test suite missing test data

This commit is contained in:
sternenseemann
2023-02-18 18:16:49 +01:00
parent 76d60f67f5
commit faa46049d2
@@ -949,6 +949,10 @@ self: super: {
# https://github.com/hslua/hslua/issues/106
hslua-core = if pkgs.stdenv.hostPlatform.isMusl then dontCheck super.hslua-core else super.hslua-core;
# Missing files required by the test suite.
# https://github.com/deemp/flakes/issues/4
lima = dontCheck super.lima;
# The test suite runs for 20+ minutes on a very fast machine, which feels kinda disproportionate.
prettyprinter = dontCheck super.prettyprinter;