Skip to content

Commit

Permalink
Skip the slow test on macOS for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
23Skidoo committed Jan 7, 2018
1 parent e8bf853 commit 8567533
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ import qualified Distribution.Verbosity as Verbosity

import Test.Cabal.Prelude

main =
main = do
skipIf =<< isOSX -- TODO: re-enable this once the macOS Travis
-- issues are resolved, see discussion in #4902.
forM_ (choose4 [True, False]) $ \(libProf, exeProf, exeDyn, shared) ->
do
let
Expand Down

0 comments on commit 8567533

Please sign in to comment.