Skip to content

Commit 33dee2e

Browse files
Disable test for completionSnippetsOn option, ghcide does not support it.
1 parent 154810f commit 33dee2e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/functional/Completion.hs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,8 @@ snippetTests = testGroup "snippets" [
302302
item ^. insertTextFormat @?= Just Snippet
303303
item ^. insertText @?= Just "intersperse ${1:a} ${2:[a]}"
304304

305-
, testCase "respects lsp configuration" $ runSession hlsCommand fullCaps "test/testdata/completion" $ do
305+
, ignoreTestBecause "ghcide does not support the completionSnippetsOn option" $
306+
testCase "respects lsp configuration" $ runSession hlsCommand fullCaps "test/testdata/completion" $ do
306307
doc <- openDoc "Completion.hs" "haskell"
307308
_ <- waitForDiagnosticsFrom doc
308309

0 commit comments

Comments
 (0)