Skip to content

Commit

Permalink
workaround for #9103: skip test failing on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ulysses4ever committed Jul 9, 2023
1 parent 15a5e3c commit 8edf0d8
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 8edf0d8

Please sign in to comment.