@@ -10,7 +10,7 @@ import { CacheHelper, Identity } from 'cli-testing';
1010import { prepareQuotaScenarios , teardownQuotaScenarios } from 'steps/quotas/quotas' ;
1111import { prepareUtilizationScenarios } from 'steps/utilization/utilizationAPI' ;
1212import { cleanS3Bucket } from './common' ;
13- import { cleanAzureContainer , cleanZenkoLocation } from 'steps/azureArchive' ;
13+ // import { cleanAzureContainer, cleanZenkoLocation } from 'steps/azureArchive';
1414import { displayDebuggingInformation , preparePRA } from 'steps/pra' ;
1515import {
1616 cleanupAccount ,
@@ -90,16 +90,20 @@ After({ tags: '@Quotas' }, async function (this: Zenko, results) {
9090 await teardownQuotaScenarios ( this as Zenko ) ;
9191} ) ;
9292
93- After ( { tags : '@AzureArchive' } , async function ( this : Zenko ) {
94- await cleanZenkoLocation (
95- this ,
96- this . getSaved < string > ( 'locationName' ) ,
97- ) ;
98- await cleanAzureContainer (
99- this ,
100- this . getSaved < string > ( 'bucketName' ) ,
101- ) ;
102- } ) ;
93+ // TODO : Review again these, but they are probably not that useful
94+ // Tests should work without having to do cleanups in between
95+ // cleaning azure containers also triggered delete in sorbet that were put in DLQ
96+ // because delete for tar were not implemented
97+ // After({ tags: '@AzureArchive ' }, async function (this: Zenko) {
98+ // await cleanZenkoLocation(
99+ // this,
100+ // this.getSaved<string>('locationName'),
101+ // );
102+ // await cleanAzureContainer(
103+ // this,
104+ // this.getSaved<string>('bucketName'),
105+ // );
106+ // });
103107
104108After ( { tags : '@BP-ASSUME_ROLE_USER_CROSS_ACCOUNT' } , async function ( this : Zenko , results ) {
105109 const crossAccountName = this . getSaved < string > ( 'crossAccountName' ) ;
0 commit comments