Skip to content

Commit

Permalink
Remove ignored hie-bios integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
fendor committed Sep 20, 2023
1 parent 2d506c4 commit 801e365
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
7 changes: 0 additions & 7 deletions test/functional/HieBios.hs
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,4 @@ tests = testGroup "hie-bios"
(diag:_) <- waitForDiagnostics
liftIO $ "Top-level binding with no type signature:" `T.isInfixOf` (diag ^. L.message)
@? "Expected missing top-level binding diagnostic"

, expectFailBecause "hie-bios 0.11 has poor error messages" $ testCase "reports errors in hie.yaml" $ do
runSession hlsCommand fullCaps "test/testdata/hieBiosError" $ do
_ <- openDoc "Foo.hs" "haskell"
(diag:_) <- waitForDiagnostics
liftIO $ "Expected a cradle: key containing the preferences" `T.isInfixOf` (diag ^. L.message)
@? "Expected missing top-level binding diagnostic"
]
1 change: 0 additions & 1 deletion test/testdata/hieBiosError/Foo.hs

This file was deleted.

0 comments on commit 801e365

Please sign in to comment.