Skip to content

Commit

Permalink
temporarly remove irsav1 cluster deletion (#7383)
Browse files Browse the repository at this point in the history
  • Loading branch information
TiberiuGC authored Dec 11, 2023
1 parent 055ec03 commit 8735c19
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -537,9 +537,11 @@ var _ = SynchronizedAfterSuite(func() {}, func() {
return
}

Expect(params.EksctlDeleteCmd.WithArgs(
"cluster", clusterIRSAv1,
)).To(RunSuccessfully())
/*
Expect(params.EksctlDeleteCmd.WithArgs(
"cluster", clusterIRSAv1,
)).To(RunSuccessfully())
*/

Expect(params.EksctlDeleteCmd.WithArgs(
"cluster", clusterIRSAv2,
Expand Down

0 comments on commit 8735c19

Please sign in to comment.