haskellPackages.hls-splice-plugin: Disable tests
This commit is contained in:
parent
012cc2970c
commit
4a4e73761f
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue