Skip to content

Commit

Permalink
Merge pull request #83572 from nh2/release-20.03-hspec-core-disable-t…
Browse files Browse the repository at this point in the history
…ests

[20.03] haskellPackages.hspec-core: Disable tests on i686
  • Loading branch information
cdepillabout authored Mar 28, 2020
2 parents 592a34d + 1f6b1cb commit adc01b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/haskell-modules/configuration-common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ self: super: {
hs2048 = dontCheck super.hs2048;
hsbencher = dontCheck super.hsbencher;
hsexif = dontCheck super.hsexif;
hspec-core = if pkgs.stdenv.isi686 then dontCheck super.hspec-core else super.hspec-core; # tests rely on `Int` being 64-bit; https://github.com/hspec/hspec/issues/431
hspec-server = dontCheck super.hspec-server;
HTF = dontCheck super.HTF;
htsn = dontCheck super.htsn;
Expand Down

0 comments on commit adc01b5

Please sign in to comment.