Skip to content

Commit

Permalink
Move uninstall from certmanager test (#609)
Browse files Browse the repository at this point in the history
Co-authored-by: Francisco Herrera <[email protected]>
  • Loading branch information
fjglira and fjglira authored Jul 5, 2023
1 parent 74d6267 commit d67dd71
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion pkg/tests/tasks/security/certmanager/istio_csr_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ func TestIstioCsr(t *testing.T) {
oc.DeleteSecret(t, meshNamespace, "istiod-tls")
oc.DeleteSecret(t, meshNamespace, "istio-ca")
oc.RecreateNamespace(t, ns.Foo)
certmanageroperator.Uninstall(t)
})

certmanageroperator.InstallIfNotExist(t)
Expand Down
1 change: 1 addition & 0 deletions pkg/tests/tasks/security/certmanager/plugin_ca_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ func TestPluginCaCert(t *testing.T) {
oc.DeleteFromString(t, meshNamespace, cacerts)
oc.DeleteSecret(t, meshNamespace, "cacerts")
oc.RecreateNamespace(t, ns.Foo)
certmanageroperator.Uninstall(t)
})

certmanageroperator.InstallIfNotExist(t)
Expand Down

0 comments on commit d67dd71

Please sign in to comment.