haskellPackages.hls-splice-plugin: Disable tests

main
Malte Brandy 3 years ago
parent 012cc2970c
commit 4a4e73761f
No known key found for this signature in database
GPG Key ID: 226A2D41EF5378C9
  1. 2
      pkgs/development/haskell-modules/configuration-common.nix

@ -1932,5 +1932,7 @@ EOT
# suite which is not part of the output of lsp.
lsp-test = doDistribute (overrideCabal self.lsp-test_0_14_0_1 (old: { testTarget = "tests func-test"; }));
# 2021-09-14: Tests are flaky.
hls-splice-plugin = dontCheck super.hls-splice-plugin;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super

Loading…
Cancel
Save