Skip to content

Commit 3f967ff

Browse files
committed
fix
1 parent 6ea30a6 commit 3f967ff

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

packages/amazonq/test/e2e/lsp/lspInstallerUtil.ts

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -304,30 +304,6 @@ export function createLspInstallerTests({
304304
return true
305305
}
306306
)
307-
308-
// Verify telemetry for the failed attempts
309-
// const expectedTelemetry: Partial<LanguageServerSetup>[] = [
310-
// {
311-
// id: lspConfig.id,
312-
// manifestLocation: 'remote',
313-
// languageServerSetupStage: 'getManifest',
314-
// result: 'Failed',
315-
// },
316-
// {
317-
// id: lspConfig.id,
318-
// languageServerLocation: 'cache',
319-
// languageServerSetupStage: 'getServer',
320-
// result: 'Failed',
321-
// },
322-
// {
323-
// id: lspConfig.id,
324-
// languageServerLocation: 'remote',
325-
// languageServerSetupStage: 'getServer',
326-
// result: 'Failed',
327-
// },
328-
// ]
329-
330-
// assertTelemetry('languageServer_setup', expectedTelemetry)
331307
})
332308
})
333309
})

0 commit comments

Comments
 (0)