Skip to content

Commit e649643

Browse files
committed
Disable broken tests
1 parent c8aad10 commit e649643

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/plugin/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ in recurseIntoAttrs {
2020

2121
# Not sure why this breaks for ghc 8.10.7
2222
meta.disabled = compiler-nix-name == "ghc8107"
23-
|| builtins.elem compiler-nix-name [ "ghc91220241014" "ghc91320241022" ]
23+
|| builtins.elem compiler-nix-name [ "ghc91220241014" "ghc91320241101" ]
2424
|| stdenv.hostPlatform.isMusl
2525
|| stdenv.hostPlatform.isGhcjs
2626
|| stdenv.hostPlatform.isWindows

test/th-dlls/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ in recurseIntoAttrs {
2828
|| (compiler-nix-name == "ghc8107" && stdenv.hostPlatform.isWindows)
2929
# We need to update GHC HEAD to get a version of ghc-internal compatible
3030
# with th-lift from head.hackage.
31-
|| builtins.elem compiler-nix-name [ "ghc91220241014" "ghc91320241022" ]
31+
|| builtins.elem compiler-nix-name [ "ghc91220241014" "ghc91320241101" ]
3232
;
3333

3434
ifdInputs = {

0 commit comments

Comments
 (0)