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 1d9b6a1 commit 28f3513Copy full SHA for 28f3513
ghcide/test/exe/Main.hs
@@ -5522,7 +5522,8 @@ simpleMultiTest2 = testCase "simple-multi-test2" $ runWithExtraFiles "multi" $ \
5522
5523
-- Now with 3 components
5524
simpleMultiTest3 :: TestTree
5525
-simpleMultiTest3 = testCase "simple-multi-test3" $ runWithExtraFiles "multi" $ \dir -> do
+simpleMultiTest3 = knownBrokenForGhcVersions [GHC92] "#2693" $
5526
+ testCase "simple-multi-test3" $ runWithExtraFiles "multi" $ \dir -> do
5527
let aPath = dir </> "a/A.hs"
5528
bPath = dir </> "b/B.hs"
5529
cPath = dir </> "c/C.hs"
0 commit comments