Skip to content

Commit

Permalink
Disable a test for eval plugin for GHC 9.2
Browse files Browse the repository at this point in the history
Eval plugin does not report progress, I don't understand why.
  • Loading branch information
guibou committed Feb 8, 2022
1 parent 215dca7 commit b5d4e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/Progress.hs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ tests =
let path = "diagnostics" </> "Foo.hs"
_ <- openDoc path "haskell"
expectProgressMessages [pack ("Setting up testdata (for " ++ path ++ ")"), "Processing", "Indexing"] []
, requiresEvalPlugin $ testCase "eval plugin sends progress reports" $
, knownBrokenForGhcVersions [GHC92] "No evaluation status with GHC 9.2" $ requiresEvalPlugin $ testCase "eval plugin sends progress reports" $
runSession hlsCommand progressCaps "plugins/hls-eval-plugin/test/testdata" $ do
doc <- openDoc "T1.hs" "haskell"
lspId <- sendRequest STextDocumentCodeLens (CodeLensParams Nothing Nothing doc)
Expand Down

0 comments on commit b5d4e65

Please sign in to comment.