haskellPackages.lsp-test: disable test suite again

I removed the `dontCheck` override accidentally when cleaning up eval
errors.
launchpad/nixpkgs/master
sternenseemann 3 years ago
parent 154ff7ecc1
commit eb196dea43
  1. 3
      pkgs/development/haskell-modules/configuration-common.nix

@ -1944,4 +1944,7 @@ EOT
testTarget = "test --test-options='-p \"!/[NOCI]/\"'";
};
# Tests require to run a binary which isn't built
lsp-test = dontCheck super.lsp-test;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super

Loading…
Cancel
Save