forked from mirrors/nixpkgs
haskellPackages.lsp-test: disable test suite again
I removed the `dontCheck` override accidentally when cleaning up eval errors.
This commit is contained in:
parent
154ff7ecc1
commit
eb196dea43
|
@ -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…
Reference in a new issue