Skip to content

Commit

Permalink
remove expectBroken on NonIgnoredConfigs test
Browse files Browse the repository at this point in the history
  • Loading branch information
gbaz authored and mergify[bot] committed Feb 24, 2023
1 parent 581f8e9 commit 9fb6f52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ linkConfigFlags Dynamic =
lrun :: [Linking]
lrun = [Static, Dynamic, Static, Dynamic]

main = cabalTest . expectBroken 8744 $ do
main = cabalTest $ do
-- Skip if on Windows, since my default Chocolatey Windows setup (and the CI
-- server setup at the time, presumably) lacks support for dynamic builds
-- since the base package appears to be static only, lacking e.g. ‘.dyn_o’
Expand Down

0 comments on commit 9fb6f52

Please sign in to comment.