chore: disable randomly failing test
/cc @mhuisi @Vtech234
This commit is contained in:
parent
c3c27f8dd3
commit
b2fda9b9ae
1 changed files with 3 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
|||
import Lean.Data.Lsp
|
||||
open IO Lean Lsp
|
||||
|
||||
/-
|
||||
#eval (do
|
||||
Ipc.runWith (←IO.appPath) #["--server"] do
|
||||
let hIn ← Ipc.stdin
|
||||
|
|
@ -14,4 +15,5 @@ open IO Lean Lsp
|
|||
let shutdownResp ← Ipc.readResponseAs 1 Json
|
||||
assert! shutdownResp.result.isNull
|
||||
Ipc.writeNotification ⟨"exit", Json.null⟩
|
||||
: IO Unit)
|
||||
: IO Unit)
|
||||
-/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue