Skip to content

Commit 5280b1a

Browse files
committed
Skip the slow test for now.
1 parent e8bf853 commit 5280b1a

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+
skip -- TODO: re-enable this once the macOS Travis issues are
13+
-- resolved, see discussion in #4902.
1214
forM_ (choose4 [True, False]) $ \(libProf, exeProf, exeDyn, shared) ->
1315
do
1416
let

0 commit comments

Comments
 (0)