Merge pull request #71944 from cdepillabout/disable-polysemy-tests
haskellPackages.polysemy: disable polysemy tests
This commit is contained in:
commit
b80d3570ce
@ -1272,4 +1272,8 @@ self: super: {
|
||||
# upstream issue: https://github.com/vmchale/atspkg/issues/12
|
||||
language-ats = dontCheck super.language-ats;
|
||||
|
||||
# polysemy has occasional test failures from what looks like buggy async tests.
|
||||
# We think this will probably be fixed when updating to the polysemy version in LTS-15.
|
||||
polysemy = dontCheck super.polysemy;
|
||||
|
||||
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||
|
Loading…
Reference in New Issue
Block a user