release-haskell: disable the x86_64-darwin writers test

This commit is contained in:
(cdep)illabout 2021-07-17 13:30:51 +09:00
parent 19633b7ea9
commit 9fdec6876e
No known key found for this signature in database
GPG key ID: 462E0C03D11422F4

View file

@ -249,7 +249,10 @@ let
};
constituents = accumulateDerivations [
# haskell specific tests
jobs.tests.haskell
#
# TODO: The writers test appears to be failing on darwin for unknown
# reasons. See https://github.com/NixOS/nixpkgs/pull/129606#issuecomment-881307871.
(lib.recursiveUpdate jobs.tests.haskell { writers.x86_64-darwin = null; })
# important top-level packages
jobs.cabal-install
jobs.cabal2nix