File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed
packages/amazonq/test/e2e/lsp Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff 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 } )
You can’t perform that action at this time.
0 commit comments