Skip to content

Commit

Permalink
Merge pull request #8045 from cPu1/fix-addons-test
Browse files Browse the repository at this point in the history
Remove deletion of aws-efs-csi-driver
  • Loading branch information
cPu1 authored Nov 26, 2024
2 parents da74269 + a6ca6b3 commit 0d479d4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions integration/tests/addons/addons_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -647,11 +647,6 @@ var _ = Describe("(Integration) [EKS Addons test]", func() {
)).
To(RunSuccessfully())
assertPodIDPresence("kube-system", ebsCSIControllerSA, false)

By("deleting IRSA when deleting addons")
Expect(makeDeleteAddonCMD(api.AWSEFSCSIDriverAddon)).To(RunSuccessfully())
assertPodIDPresence("kube-system", efsCSIControllerSA, false)
assertStackDeleted(makeIRSAStackName(api.AWSEFSCSIDriverAddon))
})

It("should update IAM permissions when updating or migrating addons", func() {
Expand Down

0 comments on commit 0d479d4

Please sign in to comment.