Skip to content

Commit 4891576

Browse files
committed
survey: Disable long-running test
1 parent f27d2d3 commit 4891576

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

survey/default.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1343,6 +1343,9 @@ let
13431343
])
13441344
"--libs nettle sdl2 SDL2_image xcursor libpng libjpeg libtiff-4 libwebp";
13451345

1346+
# Test hangs for 10 hours on CI machine.
1347+
midi = dontCheck super.midi;
1348+
13461349
# With optimisations disabled, some tests of its test suite don't
13471350
# finish within the 25 seconds timeout.
13481351
skylighting-core =

0 commit comments

Comments
 (0)