Skip to content

Commit

Permalink
Skip broken test on ghcjs
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed Jun 16, 2021
1 parent 4042266 commit 3faeb56
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/ghc-options/stack.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ let
packageNames = mapAttrsToList (name: p: p.identifier.name) (filterAttrs (name: hasIdentifier) packages);

in recurseIntoAttrs {
# This test is somehow broken for ghcjs
meta.disabled = stdenv.hostPlatform.isGhcjs;

ifdInputs = {
inherit (project) stack-nix;
};
Expand Down

0 comments on commit 3faeb56

Please sign in to comment.