haskellPackages.hls-splice-plugin: Disable tests

This commit is contained in:
Malte Brandy 2021-09-14 19:18:27 +02:00
parent 012cc2970c
commit 4a4e73761f
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -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