Skip to content

Commit

Permalink
Show that resuming JobSet does not work as expected
Browse files Browse the repository at this point in the history
  • Loading branch information
mimowo committed Aug 6, 2024
1 parent 9a05508 commit b0db360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ var _ = ginkgo.Describe("JobSet", func() {

ginkgo.When("job is unsuspended and suspend", func() {

ginkgo.It("should allow to quickly update PodTemplate on unsuspend and restore the PodTemplate on suspend", func() {
ginkgo.It("should allow to resume a JobSet after PodTemplate was restored on suspend", func() {
ctx := context.Background()
js := shortSleepTestJobSet(ns).Obj()
jsKey := types.NamespacedName{Name: js.Name, Namespace: js.Namespace}
Expand Down

0 comments on commit b0db360

Please sign in to comment.