haskellPackages.hls-ormolu-plugin: Disable flaky test
This commit is contained in:
parent
2fd68ed753
commit
759fed34c0
@ -988,7 +988,6 @@ self: super: builtins.intersectAttrs super {
|
|||||||
hls-floskell-plugin
|
hls-floskell-plugin
|
||||||
hls-fourmolu-plugin
|
hls-fourmolu-plugin
|
||||||
hls-module-name-plugin
|
hls-module-name-plugin
|
||||||
hls-ormolu-plugin
|
|
||||||
hls-pragmas-plugin
|
hls-pragmas-plugin
|
||||||
hls-splice-plugin;
|
hls-splice-plugin;
|
||||||
# Tests have file permissions expections that don‘t work with the nix store.
|
# Tests have file permissions expections that don‘t work with the nix store.
|
||||||
@ -1004,6 +1003,7 @@ self: super: builtins.intersectAttrs super {
|
|||||||
hls-tactics-plugin = dontCheck super.hls-tactics-plugin;
|
hls-tactics-plugin = dontCheck super.hls-tactics-plugin;
|
||||||
hls-call-hierarchy-plugin = dontCheck super.hls-call-hierarchy-plugin;
|
hls-call-hierarchy-plugin = dontCheck super.hls-call-hierarchy-plugin;
|
||||||
hls-selection-range-plugin = dontCheck super.hls-selection-range-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
|
# Wants to execute cabal-install to (re-)build itself
|
||||||
hint = dontCheck super.hint;
|
hint = dontCheck super.hint;
|
||||||
|
Loading…
Reference in New Issue
Block a user