Skip to content

Commit ba1bf60

Browse files
committed
Disable flaky test 'add missing module (non workspace)'
1 parent 5dc9af3 commit ba1bf60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ghcide/test/exe/Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ diagnosticTests = testGroup "diagnostics"
421421
let contentA = T.unlines [ "module ModuleA where" ]
422422
_ <- createDoc "ModuleA.hs" "haskell" contentA
423423
expectDiagnostics [("ModuleB.hs", [])]
424-
, ignoreInWindowsBecause "Broken in windows" $ testSessionWait "add missing module (non workspace)" $ do
424+
, expectBroken "Flaky #2831" $ testSessionWait "add missing module (non workspace)" $ do
425425
-- need to canonicalize in Mac Os
426426
tmpDir <- liftIO $ canonicalizePath =<< getTemporaryDirectory
427427
let contentB = T.unlines

0 commit comments

Comments
 (0)