forked from mirrors/nixpkgs
haskellPackages.hls-rename-plugin: disable flaky tests on Darwin
This commit is contained in:
parent
367b73a422
commit
c9979ff597
|
@ -200,6 +200,8 @@ self: super: ({
|
|||
hls-haddock-comments-plugin = dontCheck super.hls-haddock-comments-plugin;
|
||||
hls-floskell-plugin = dontCheck super.hls-floskell-plugin;
|
||||
hls-call-hierarchy-plugin = dontCheck super.hls-call-hierarchy-plugin;
|
||||
# 2022-05-05: Tests fail and I have no way to debug them.
|
||||
hls-rename-plugin = dontCheck super.hls-rename-plugin;
|
||||
|
||||
# We are lacking pure pgrep at the moment for tests to work
|
||||
tmp-postgres = dontCheck super.tmp-postgres;
|
||||
|
|
Loading…
Reference in a new issue