Skip to content

Commit

Permalink
feat(amazonq): skip showing users unit test form (#5679) (#5715)
Browse files Browse the repository at this point in the history
This reverts commit 0c4289b.

## Problem
Re-adding commit after backend fix 

## Solution
  • Loading branch information
carolabadeer authored Oct 3, 2024
1 parent 65b0148 commit 17ac04f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"type": "Feature",
"description": "Amazon Q Code Transformation: allow users to skip running tests"
}
6 changes: 1 addition & 5 deletions packages/core/src/amazonqGumby/chat/controller/controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -389,11 +389,7 @@ export class GumbyController {

await processTransformFormInput(pathToProject, fromJDKVersion, toJDKVersion)

// TODO: delete this line when backend issue is fixed
await this.validateBuildWithPromptOnError(message)

// TODO: un-comment this line when backend issue is fixed
// await this.messenger.sendSkipTestsPrompt(message.tabID)
await this.messenger.sendSkipTestsPrompt(message.tabID)
})
}

Expand Down

0 comments on commit 17ac04f

Please sign in to comment.