We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f97799f commit c397e60Copy full SHA for c397e60
vscode-lean4/test/suite/restarts/restarts.test.ts
@@ -69,7 +69,9 @@ suite('Lean Server Restart Test Suite', () => {
69
await closeAllEditors()
70
}).timeout(120000)
71
72
- test('Worker crashed and client running - Restarting File (Refreshing dependencies)', async () => {
+ // Disabled because the old nightlies that these tests run on have a bug where the language server drops requests
73
+ // on crash.
74
+ test.skip('Worker crashed and client running - Restarting File (Refreshing dependencies)', async () => {
75
logger.log(
76
'=================== Test worker crashed and client running (Refreshing dependencies) ===================',
77
)
0 commit comments