haskellPackages.hls-class-plugin: Disable flaky test.

This commit is contained in:
Malte Brandy 2022-03-03 02:45:08 +01:00
parent 97e5ebd9a5
commit 6f2d495316

View File

@ -996,6 +996,7 @@ self: super: builtins.intersectAttrs super {
# Flaky tests
hls-hlint-plugin = dontCheck super.hls-hlint-plugin;
hls-class-plugin = dontCheck super.hls-class-plugin;
hls-alternate-number-format-plugin = dontCheck super.hls-alternate-number-format-plugin;
hls-qualify-imported-names-plugin = dontCheck super.hls-qualify-imported-names-plugin;
hls-haddock-comments-plugin = dontCheck super.hls-haddock-comments-plugin;