File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
packages/amplify-codegen-e2e-tests/src Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -867,12 +867,14 @@ const cleanup = async (): Promise<void> => {
867867
868868 console . log ( "filterPredicate: " , filterPredicate ) ;
869869 const accounts = await getAccountsToCleanup ( ) ;
870- accounts . map ( ( account , i ) => {
871- console . log ( `${ generateAccountInfo ( account , i ) } is under cleanup` ) ;
872- } ) ;
870+ // accounts.map((account, i) => {
871+ // console.log(`${generateAccountInfo(account, i)} is under cleanup`);
872+ // });
873873 await Promise . all ( accounts . map ( ( account , i ) => {
874+ if ( account . accountId == "535823242378" ) {
874875 console . log ( `${ generateAccountInfo ( account , i ) } is under cleanup` ) ;
875876 cleanupAccount ( account , i , filterPredicate )
877+ }
876878 } ) ) ;
877879 console . log ( 'Done cleaning all accounts!' ) ;
878880} ;
You can’t perform that action at this time.
0 commit comments