Skip to content

Commit b5d4e65

Browse files
committed
Disable a test for eval plugin for GHC 9.2
Eval plugin does not report progress, I don't understand why.
1 parent 215dca7 commit b5d4e65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/Progress.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ tests =
3333
let path = "diagnostics" </> "Foo.hs"
3434
_ <- openDoc path "haskell"
3535
expectProgressMessages [pack ("Setting up testdata (for " ++ path ++ ")"), "Processing", "Indexing"] []
36-
, requiresEvalPlugin $ testCase "eval plugin sends progress reports" $
36+
, knownBrokenForGhcVersions [GHC92] "No evaluation status with GHC 9.2" $ requiresEvalPlugin $ testCase "eval plugin sends progress reports" $
3737
runSession hlsCommand progressCaps "plugins/hls-eval-plugin/test/testdata" $ do
3838
doc <- openDoc "T1.hs" "haskell"
3939
lspId <- sendRequest STextDocumentCodeLens (CodeLensParams Nothing Nothing doc)

0 commit comments

Comments
 (0)