Skip to content

Commit 2790cfa

Browse files
committed
Ignore failing cabal-fmt test on windows
1 parent a65beb0 commit 2790cfa

File tree

1 file changed

+2
-1
lines changed
  • plugins/hls-cabal-fmt-plugin/test

1 file changed

+2
-1
lines changed

Diff for: plugins/hls-cabal-fmt-plugin/test/Main.hs

+2-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ tests found = testGroup "cabal-fmt"
3939
[ cabalFmtGolden found "formats a simple document" "simple_testdata" "formatted_document" $ \doc -> do
4040
formatDoc doc (FormattingOptions 2 True Nothing Nothing Nothing)
4141

42-
, cabalFmtGolden found "formats a document with expand:src comment" "commented_testdata" "formatted_document" $ \doc -> do
42+
, knownBrokenOnWindows "expand:src comment bug in cabal-fmt on windows" $
43+
cabalFmtGolden found "formats a document with expand:src comment" "commented_testdata" "formatted_document" $ \doc -> do
4344
formatDoc doc (FormattingOptions 2 True Nothing Nothing Nothing)
4445

4546
, cabalFmtGolden found "formats a document with lib information" "lib_testdata" "formatted_document" $ \doc -> do

0 commit comments

Comments
 (0)