Skip to content

Commit

Permalink
Disable tests that need GHC 8.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
snoyberg committed Feb 4, 2020
1 parent d3e8c49 commit aa59b3e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/integration/tests/cabal-public-sublibraries/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ import StackTest

main :: IO ()
main = do
stack ["build"]
putStrLn "Disabled: CI doesn't have GHC 8.8.1"
--stack ["build"]
3 changes: 3 additions & 0 deletions test/integration/tests/cabal-sublibrary-dependency/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ import StackTest

main :: IO ()
main = do
putStrLn "Disabled: CI doesn't have GHC 8.8.1"
{-
stackErrStderr ["build"] $ \str ->
let msg = "SubLibrary dependency is not supported, this will almost certainly fail" in
unless (msg `isInfixOf` str) $
error $ "Expected a warning: \n" ++ show msg
-}

0 comments on commit aa59b3e

Please sign in to comment.