We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dc9af3 commit ba1bf60Copy full SHA for ba1bf60
ghcide/test/exe/Main.hs
@@ -421,7 +421,7 @@ diagnosticTests = testGroup "diagnostics"
421
let contentA = T.unlines [ "module ModuleA where" ]
422
_ <- createDoc "ModuleA.hs" "haskell" contentA
423
expectDiagnostics [("ModuleB.hs", [])]
424
- , ignoreInWindowsBecause "Broken in windows" $ testSessionWait "add missing module (non workspace)" $ do
+ , expectBroken "Flaky #2831" $ testSessionWait "add missing module (non workspace)" $ do
425
-- need to canonicalize in Mac Os
426
tmpDir <- liftIO $ canonicalizePath =<< getTemporaryDirectory
427
let contentB = T.unlines
0 commit comments