Skip to content
Merged
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

This file was deleted.

2 changes: 1 addition & 1 deletion packages/amazonq/test/e2e/amazonq/transformByQ.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ describe('Amazon Q Code Transformation', function () {
})

describe('Starting a transformation from chat', () => {
it('Can click through all user input forms for a Java upgrade', async () => {
it.skip('Can click through all user input forms for a Java upgrade', async () => {
sinon.stub(startTransformByQ, 'getValidSQLConversionCandidateProjects').resolves([])
sinon.stub(GumbyController.prototype, 'validateLanguageUpgradeProjects' as keyof GumbyController).resolves([
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,8 @@ export class Messenger {
message === CodeWhispererConstants.viewProposedChangesChatMessage
) {
// get permission to re-run job and view logs after partially successful job is downloaded
this.sendFeedbackFormMessage(tabID)
// TODO: uncomment this when feature is ready
// this.sendFeedbackFormMessage(tabID)
}

this.dispatcher.sendChatMessage(
Expand Down
Loading