You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While running the e2e test the Create AppWrapper - Namespace Only - 0 Pods test succeeds, the app wrapper is deleted, but the namespace associated with it is not deleted.
Steps to reproduce the issue.
Run end to end tests (using the Focus methods would allow for faster execution).
kubectl get appwrappers -n test should return none
kubectl get namespaces returns this output
NAME STATUS AGE
aw-namespace-0 Active 5m14s
default Active 10m
kube-node-lease Active 10m
kube-public Active 10m
kube-system Active 10m
local-path-storage Active 10m
test Active 5m14s