Skip to content

Commit 17ac04f

Browse files
authored
feat(amazonq): skip showing users unit test form (#5679) (#5715)
This reverts commit 0c4289b. ## Problem Re-adding commit after backend fix ## Solution
1 parent 65b0148 commit 17ac04f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type": "Feature",
3+
"description": "Amazon Q Code Transformation: allow users to skip running tests"
4+
}

packages/core/src/amazonqGumby/chat/controller/controller.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -389,11 +389,7 @@ export class GumbyController {
389389

390390
await processTransformFormInput(pathToProject, fromJDKVersion, toJDKVersion)
391391

392-
// TODO: delete this line when backend issue is fixed
393-
await this.validateBuildWithPromptOnError(message)
394-
395-
// TODO: un-comment this line when backend issue is fixed
396-
// await this.messenger.sendSkipTestsPrompt(message.tabID)
392+
await this.messenger.sendSkipTestsPrompt(message.tabID)
397393
})
398394
}
399395

0 commit comments

Comments
 (0)