chore: disable randomly failing test

/cc @mhuisi @Vtech234
This commit is contained in:
Sebastian Ullrich 2020-12-25 18:48:58 +01:00
parent c3c27f8dd3
commit b2fda9b9ae

View file

@ -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)
-/