Skip to content

Commit

Permalink
Disable test with comments on windows for cabal-fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
fendor committed Nov 3, 2022
1 parent b611996 commit cde554f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/hls-cabal-fmt-plugin/test/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ tests found = testGroup "cabal-fmt"
cabalFmtGolden found "formats a document with expand:src comment" "commented_testdata" "formatted_document" $ \doc -> do
formatDoc doc (FormattingOptions 2 True Nothing Nothing Nothing)

, cabalFmtGolden found "formats a document with lib information" "lib_testdata" "formatted_document" $ \doc -> do
, knownBrokenOnWindows "Eats newlines between comments" $
cabalFmtGolden found "formats a document with lib information" "lib_testdata" "formatted_document" $ \doc -> do
formatDoc doc (FormattingOptions 10 True Nothing Nothing Nothing)
]

Expand Down

0 comments on commit cde554f

Please sign in to comment.