Skip to content

Commit

Permalink
fix(e2e): dont wait for observability namespace termination (#11550)
Browse files Browse the repository at this point in the history
Signed-off-by: Marcin Skalski <skalskimarcin33@gmail.com>
  • Loading branch information
Automaat authored Sep 25, 2024
1 parent 79a2389 commit 9a5e722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/framework/deployments/observability/kubernetes.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@ func (t *k8SDeployment) Deploy(cluster framework.Cluster) error {
}

func (t *k8SDeployment) Delete(cluster framework.Cluster) error {
return cluster.DeleteNamespace(t.namespace)
return cluster.(*framework.K8sCluster).TriggerDeleteNamespace(t.namespace)
}

0 comments on commit 9a5e722

Please sign in to comment.