Skip to content
This repository has been archived by the owner on Jan 2, 2021. It is now read-only.

Commit

Permalink
mark test as broken on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
wz1000 committed Oct 4, 2020
1 parent b77d912 commit b970e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/exe/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ diagnosticTests = testGroup "diagnostics"
let contentA = T.unlines [ "module ModuleA where" ]
_ <- createDoc "ModuleA.hs" "haskell" contentA
expectDiagnostics [("ModuleB.hs", [])]
, testSessionWait "add missing module (non workspace)" $ do
, ignoreInWindowsBecause "Broken in windows" $ testSessionWait "add missing module (non workspace)" $ do
tmpDir <- liftIO getTemporaryDirectory
let contentB = T.unlines
[ "module ModuleB where"
Expand Down

0 comments on commit b970e53

Please sign in to comment.