haskellPackages.hls-ormolu-plugin: Disable flaky test

This commit is contained in:
Malte Brandy 2022-07-25 22:58:13 +02:00
parent 2fd68ed753
commit 759fed34c0

View File

@ -988,7 +988,6 @@ self: super: builtins.intersectAttrs super {
hls-floskell-plugin
hls-fourmolu-plugin
hls-module-name-plugin
hls-ormolu-plugin
hls-pragmas-plugin
hls-splice-plugin;
# Tests have file permissions expections that dont work with the nix store.
@ -1004,6 +1003,7 @@ self: super: builtins.intersectAttrs super {
hls-tactics-plugin = dontCheck super.hls-tactics-plugin;
hls-call-hierarchy-plugin = dontCheck super.hls-call-hierarchy-plugin;
hls-selection-range-plugin = dontCheck super.hls-selection-range-plugin;
hls-ormolu-plugin = dontCheck super.hls-ormolu-plugin;
# Wants to execute cabal-install to (re-)build itself
hint = dontCheck super.hint;