Skip to content

Commit 0c4289b

Browse files
authored
revert(amazonq): skip showing users unit test form (#5679)
## Problem Revert #5607 by not showing users the skip tests form ## Solution Above
1 parent c311da2 commit 0c4289b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/amazonq/.changes/next-release/Feature-cd5797a0-6460-4fc6-b3f7-47f55f9bf163.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

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

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

390390
await processTransformFormInput(pathToProject, fromJDKVersion, toJDKVersion)
391391

392-
await this.messenger.sendSkipTestsPrompt(message.tabID)
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)
393397
})
394398
}
395399

0 commit comments

Comments
 (0)