Skip to content

Commit 3ea28b1

Browse files
committed
Disable broken tests
1 parent e9ffed7 commit 3ea28b1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

test/annotations/default.nix

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ in recurseIntoAttrs {
1515
# Failed to lookup symbol: __aarch64_swp8_acq_rel
1616
|| (builtins.elem compiler-nix-name ["ghc947" "ghc948"] && haskellLib.isCrossHost && stdenv.hostPlatform.isAarch64)
1717
# unhandled ELF relocation(Rel) type 10
18-
|| (stdenv.hostPlatform.isMusl && stdenv.hostPlatform.isx86_32);
18+
|| (stdenv.hostPlatform.isMusl && stdenv.hostPlatform.isx86_32)
19+
# Disable for now (CI machines currently timing out)
20+
|| stdenv.hostPlatform.isWindows || stdenv.hostPlatform.isAndroid
21+
|| (stdenv.buildPlatform.isx86_64 && stdenv.hostPlatform.isAarch64)
22+
;
1923
ifdInputs = {
2024
inherit (project) plan-nix;
2125
};

0 commit comments

Comments
 (0)