Skip to content

Commit 8567533

Browse files
committed
Skip the slow test on macOS for now.
1 parent e8bf853 commit 8567533

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cabal-testsuite/PackageTests/TestSuiteTests/ExeV10/cabal-with-hpc.multitest.hs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ import qualified Distribution.Verbosity as Verbosity
88

99
import Test.Cabal.Prelude
1010

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

0 commit comments

Comments
 (0)