Skip to content

Commit

Permalink
duplicate pod delete
Browse files Browse the repository at this point in the history
Signed-off-by: Yi Rae Kim <yikim@redhat.com>
  • Loading branch information
yiraeChristineKim committed Jun 23, 2023
1 parent b6acefd commit d376659
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/e2e/case15_event_format_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ var _ = Describe("Testing compliance event formatting", Ordered, func() {

deleteConfigPolicies(configPolicies)

utils.Kubectl("delete", "-f", case15PodForNonComplianceYaml)
err := clientManaged.CoreV1().Pods("default").Delete(
context.TODO(), "case15-becomescompliant", metav1.DeleteOptions{})
if !k8serrors.IsNotFound(err) {
Expand Down

0 comments on commit d376659

Please sign in to comment.