Skip to content

Commit

Permalink
Merge branch 'w/2.7/bugfix/ZENKO-4898' into tmp/octopus/w/2.8/bugfix/Z…
Browse files Browse the repository at this point in the history
  • Loading branch information
bert-e committed Oct 3, 2024
2 parents ab90ccd + ae1c107 commit 98ffffb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/ctst/common/hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,6 @@ After({ tags: '@Quotas' }, async function () {
});

After({ tags: '@AzureArchive' }, async function (this: Zenko) {
await cleanS3Bucket(
this,
this.getSaved<string>('bucketName'),
);
await cleanZenkoLocation(
this,
this.getSaved<string>('locationName'),
Expand Down

0 comments on commit 98ffffb

Please sign in to comment.