Skip to content

Commit

Permalink
Merge pull request #9104 from haskell/block-multirepl-test-on-windows
Browse files Browse the repository at this point in the history
workaround for #9103: skip test failing on Windows
  • Loading branch information
mergify[bot] authored Jul 9, 2023
2 parents 15a5e3c + 8edf0d8 commit be2fd1a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import Test.Cabal.Prelude
main = do
cabalTest $ do
skipUnlessGhcVersion ">= 9.4"
skipIfWindows -- heisenbug, see #9103
-- the package order is non-deterministic.
-- add Bar.Bar input to test that packages are trully loaded
-- when GHC gets support for switching active units
Expand Down

0 comments on commit be2fd1a

Please sign in to comment.