haskellPackages.hls-floskell-plugin: Disable flaky test on arm
This commit is contained in:
parent
511201ded5
commit
7d3e319949
1 changed files with 1 additions and 0 deletions
|
@ -112,6 +112,7 @@ self: super: {
|
||||||
hls-haddock-comments-plugin = dontCheck super.hls-haddock-comments-plugin;
|
hls-haddock-comments-plugin = dontCheck super.hls-haddock-comments-plugin;
|
||||||
hls-rename-plugin = dontCheck super.hls-rename-plugin;
|
hls-rename-plugin = dontCheck super.hls-rename-plugin;
|
||||||
hls-fourmolu-plugin = dontCheck super.hls-fourmolu-plugin;
|
hls-fourmolu-plugin = dontCheck super.hls-fourmolu-plugin;
|
||||||
|
hls-floskell-plugin = dontCheck super.hls-floskell-plugin;
|
||||||
} // lib.optionalAttrs pkgs.stdenv.hostPlatform.isAarch32 {
|
} // lib.optionalAttrs pkgs.stdenv.hostPlatform.isAarch32 {
|
||||||
# AARCH32-SPECIFIC OVERRIDES
|
# AARCH32-SPECIFIC OVERRIDES
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue