Skip to content

Commit

Permalink
test: fix failure in expiration tests (aws#6535)
Browse files Browse the repository at this point in the history
  • Loading branch information
jigisha620 authored Jul 17, 2024
1 parent cf090f4 commit 2c43e8e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/suites/expiration/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@ var _ = Describe("Expiration", func() {
Labels: map[string]string{
"app": "my-app",
},
Annotations: map[string]string{
karpv1.DoNotDisruptAnnotationKey: "true",
},
},
TerminationGracePeriodSeconds: lo.ToPtr[int64](0),
},
Expand Down

0 comments on commit 2c43e8e

Please sign in to comment.