Skip to content

Commit e1f5603

Browse files
committed
Disable broken test
1 parent 92630f4 commit e1f5603

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/coverage/default.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ let
2626

2727
in recurseIntoAttrs ({
2828
# Does not work on ghcjs because it needs zlib.
29-
meta.disabled = stdenv.hostPlatform.isGhcjs;
29+
meta.disabled = stdenv.hostPlatform.isGhcjs
30+
# For some reason the `.tix` file is not created on armv7a android (not sure why)
31+
|| stdenv.hostPlatform.isAndroid && stdenv.hostPlatform.isAarch32;
3032
run = stdenv.mkDerivation {
3133
name = "coverage-test";
3234

0 commit comments

Comments
 (0)