diff --git a/packages/amazonq/test/unit/codewhisperer/service/recommendationHandler.test.ts b/packages/amazonq/test/unit/codewhisperer/service/recommendationHandler.test.ts index 08c1b3a7cca..a05cce9af31 100644 --- a/packages/amazonq/test/unit/codewhisperer/service/recommendationHandler.test.ts +++ b/packages/amazonq/test/unit/codewhisperer/service/recommendationHandler.test.ts @@ -103,7 +103,7 @@ describe('recommendationHandler', function () { assert.strictEqual(session.triggerType, 'AutoTrigger') }) - it('should call telemetry function that records a CodeWhisperer service invocation', async function () { + it.skip('should call telemetry function that records a CodeWhisperer service invocation', async function () { const mockServerResult = { recommendations: [{ content: "print('Hello World!')" }, { content: '' }], $response: { diff --git a/packages/amazonq/test/unit/codewhisperer/util/editorContext.test.ts b/packages/amazonq/test/unit/codewhisperer/util/editorContext.test.ts index 3875dbbd0f2..13886832d0d 100644 --- a/packages/amazonq/test/unit/codewhisperer/util/editorContext.test.ts +++ b/packages/amazonq/test/unit/codewhisperer/util/editorContext.test.ts @@ -376,7 +376,7 @@ describe('editorContext', function () { }) }) - describe('buildListRecommendationRequest', function () { + describe.skip('buildListRecommendationRequest', function () { it('Should return expected fields for optOut, nextToken and reference config', async function () { const nextToken = 'testToken' const optOutPreference = false