Unverified Commit 97f9ea07 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

haskellPackages.system-fileio: disable test suite on darwin (#407043)

parents a3250089 2a75c01b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -117,6 +117,10 @@ self: super:
    # https://github.com/haskell-foundation/foundation/pull/412
    foundation = dontCheck super.foundation;

    # Test suite attempts to create illegal paths on HFS+
    # https://github.com/fpco/haskell-filesystem/issues/37
    system-fileio = dontCheck super.system-fileio;

    llvm-hs = overrideCabal (oldAttrs: {
      # One test fails on darwin.
      doCheck = false;