Skip to content

Commit b92c1bf

Browse files
authored
test: remove sigint handling for gen2 cli in e2e tests (#905)
1 parent a7737f6 commit b92c1bf

File tree

1 file changed

+0
-2
lines changed
  • packages/amplify-codegen-e2e-tests/src/gen2-codegen-tests-base

1 file changed

+0
-2
lines changed

packages/amplify-codegen-e2e-tests/src/gen2-codegen-tests-base/commands.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,6 @@ export const sandboxDeploy = async (cwd: string, props: Gen2DeployProps = {}): P
103103
spawn(ampxCli, ['sandbox'], commandOptions)
104104
.wait('Watching for file changes...')
105105
.sendCtrlC()
106-
.wait('Would you like to delete all the resources in your sandbox environment')
107-
.sendLine('N')
108106
.runAsync();
109107
};
110108

0 commit comments

Comments
 (0)