haskellPackages.Lazy-Pbkdf2.i686-linux: don't run tests that keep aborting

obadz 6eb2ca22 21df40f8

+3
+3
pkgs/development/haskell-modules/configuration-common.nix
··· 25 25 statistics = dontCheck super.statistics; 26 26 c2hs = if pkgs.stdenv.isDarwin then dontCheck super.c2hs else super.c2hs; 27 27 28 + # This test keeps being aborted because it runs too quietly for too long 29 + Lazy-Pbkdf2 = if pkgs.stdenv.isi686 then dontCheck super.Lazy-Pbkdf2 else super.Lazy-Pbkdf2; 30 + 28 31 # Use the default version of mysql to build this package (which is actually mariadb). 29 32 mysql = super.mysql.override { mysql = pkgs.mysql.lib; }; 30 33