Skip to content

Commit 7d5c8e9

Browse files
committed
survey: Disable conduit-extra tests to fix nodeterministic build failures.
See snoyberg/conduit#385
1 parent 97dd9f5 commit 7d5c8e9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

survey/default.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -464,6 +464,10 @@ let
464464
hpack = super.hpack;
465465
hackage-security = super.hackage-security;
466466

467+
# TODO: Remove this once we are on conduit-extra >= 1.3.1.1, and check if it reappears
468+
# Test-suite failing nondeterministically, see https://github.com/snoyberg/conduit/issues/385
469+
conduit-extra = dontCheck super.conduit-extra;
470+
467471
# See https://github.com/hslua/hslua/issues/67
468472
# It's not clear if it's safe to disable this as key functionality may be broken
469473
hslua = dontCheck super.hslua;

0 commit comments

Comments
 (0)