Skip to content

Commit 583c8a0

Browse files
committed
Disable test broken on current CI
1 parent 2d3109e commit 583c8a0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/th-dlls-minimal/default.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@ let
3232

3333
in recurseIntoAttrs {
3434
# This test is just for windows currently (the full th-dlls test runs on other platforms)
35-
meta.disabled = !stdenv.hostPlatform.isWindows;
35+
meta.disabled = !stdenv.hostPlatform.isWindows
36+
# Disable for now (CI machines currently hang without timing out)
37+
|| stdenv.hostPlatform.isWindows
38+
;
3639

3740
ifdInputs = {
3841
inherit (project true) plan-nix;

0 commit comments

Comments
 (0)