Skip to content

Commit 187555b

Browse files
committed
Disable broken test
1 parent b8296e3 commit 187555b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/plugin/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ in recurseIntoAttrs {
1919
};
2020

2121
# Not sure why this breaks for ghc 8.10.7
22-
meta.disabled = compiler-nix-name == "ghc8107"
23-
|| builtins.elem compiler-nix-name [ "ghc9121" "ghc912120241215" "ghc91320241230" ]
22+
meta.disabled =
23+
builtins.elem compiler-nix-name [ "ghc91320250523" ]
2424
|| stdenv.hostPlatform.isMusl
2525
|| stdenv.hostPlatform.isGhcjs
2626
|| stdenv.hostPlatform.isWindows

0 commit comments

Comments
 (0)