Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading