Skip to content

Commit 93ba722

Browse files
author
Vieltojarvi
committed
chore: final adjustments
1 parent 7072fbf commit 93ba722

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

packages/amplify-e2e-tests/src/__tests__/custom-resource-with-storage.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ describe('adding custom resources test', () => {
2525
let projRoot: string;
2626
const envName = 'devtest';
2727
beforeEach(async () => {
28-
process.env.AMPLIFY_ENABLE_DEBUG_OUTPUT = 'true';
2928
projRoot = await createNewProjectDir(projectName);
3029
await initJSProjectWithProfile(projRoot, { envName, disableAmplifyAppCreation: false });
3130
await gitInit(projRoot);

packages/amplify-e2e-tests/src/cleanup-codebuild-resources.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1089,8 +1089,8 @@ const cleanupAccount = async (account: AWSAccountInfo, accountIndex: number, fil
10891089

10901090
/**
10911091
* Execute the cleanup script.
1092-
* Cleanup will happen sequentially across accounts to avoid resource exhaustion,
1093-
* based on the requested filter parameters (i.e. for a given workflow, job, or all stale resources).
1092+
* Cleanup will happen in parallel across all accounts within a given organization,
1093+
* based on the requested filter parameters (i.e. for a given workflow, or all stale resources).
10941094
* Logs are emitted for given account ids anywhere we've fanned out, but we use an indexing scheme instead
10951095
* of account ids since the logs these are written to will be effectively public.
10961096
*/

0 commit comments

Comments
 (0)