We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 215dca7 commit b5d4e65Copy full SHA for b5d4e65
test/functional/Progress.hs
@@ -33,7 +33,7 @@ tests =
33
let path = "diagnostics" </> "Foo.hs"
34
_ <- openDoc path "haskell"
35
expectProgressMessages [pack ("Setting up testdata (for " ++ path ++ ")"), "Processing", "Indexing"] []
36
- , requiresEvalPlugin $ testCase "eval plugin sends progress reports" $
+ , knownBrokenForGhcVersions [GHC92] "No evaluation status with GHC 9.2" $ requiresEvalPlugin $ testCase "eval plugin sends progress reports" $
37
runSession hlsCommand progressCaps "plugins/hls-eval-plugin/test/testdata" $ do
38
doc <- openDoc "T1.hs" "haskell"
39
lspId <- sendRequest STextDocumentCodeLens (CodeLensParams Nothing Nothing doc)
0 commit comments