Skip to content

Commit c397e60

Browse files
committed
test: disable flaky test
1 parent f97799f commit c397e60

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

vscode-lean4/test/suite/restarts/restarts.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,9 @@ suite('Lean Server Restart Test Suite', () => {
6969
await closeAllEditors()
7070
}).timeout(120000)
7171

72-
test('Worker crashed and client running - Restarting File (Refreshing dependencies)', async () => {
72+
// 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 () => {
7375
logger.log(
7476
'=================== Test worker crashed and client running (Refreshing dependencies) ===================',
7577
)

0 commit comments

Comments
 (0)