Skip to content

Commit 312a9d2

Browse files
committed
Remove ignored hie-bios integration test
1 parent da6f7d6 commit 312a9d2

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

Diff for: test/functional/HieBios.hs

-7
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,4 @@ tests = testGroup "hie-bios"
1616
(diag:_) <- waitForDiagnostics
1717
liftIO $ "Top-level binding with no type signature:" `T.isInfixOf` (diag ^. L.message)
1818
@? "Expected missing top-level binding diagnostic"
19-
20-
, expectFailBecause "hie-bios 0.11 has poor error messages" $ testCase "reports errors in hie.yaml" $ do
21-
runSession hlsCommand fullCaps "test/testdata/hieBiosError" $ do
22-
_ <- openDoc "Foo.hs" "haskell"
23-
(diag:_) <- waitForDiagnostics
24-
liftIO $ "Expected a cradle: key containing the preferences" `T.isInfixOf` (diag ^. L.message)
25-
@? "Expected missing top-level binding diagnostic"
2619
]

Diff for: test/testdata/hieBiosError/Foo.hs

-1
This file was deleted.

0 commit comments

Comments
 (0)