Skip to content

Commit eea97ee

Browse files
committed
dump resources on delete timeout
1 parent ffa6415 commit eea97ee

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/e2e/common.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,9 @@ func dumpSpecResourcesAndCleanup(ctx context.Context, input cleanupInput) {
188188
deleteTimeoutConfig = "wait-delete-cluster-aks"
189189
}
190190
framework.DeleteAllClustersAndWait(ctx, framework.DeleteAllClustersAndWaitInput{
191-
Client: input.ClusterProxy.GetClient(),
192-
Namespace: input.Namespace.Name,
191+
Client: input.ClusterProxy.GetClient(),
192+
Namespace: input.Namespace.Name,
193+
ArtifactFolder: input.ArtifactFolder,
193194
}, input.IntervalsGetter(input.SpecName, deleteTimeoutConfig)...)
194195

195196
Logf("Deleting namespace used for hosting the %q test spec", input.SpecName)

0 commit comments

Comments
 (0)