Skip to content

Commit

Permalink
Skip broken tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed Dec 7, 2024
1 parent 2dbed8d commit 50a38bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/plugin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ in recurseIntoAttrs {

# Not sure why this breaks for ghc 8.10.7
meta.disabled = compiler-nix-name == "ghc8107"
|| builtins.elem compiler-nix-name [ "ghc91220241014" "ghc91320241101" ]
|| builtins.elem compiler-nix-name [ "ghc912020241128" "ghc91320241204" ]
|| stdenv.hostPlatform.isMusl
|| stdenv.hostPlatform.isGhcjs
|| stdenv.hostPlatform.isWindows
Expand Down

0 comments on commit 50a38bb

Please sign in to comment.