Merge pull request #83792 from liggitt/flake-pre-stop
Mark 'wait until preStop hook completes the process' flaky
This commit is contained in:
		@@ -182,7 +182,7 @@ var _ = SIGDescribe("PreStop", func() {
 | 
				
			|||||||
		testPreStop(f.ClientSet, f.Namespace.Name)
 | 
							testPreStop(f.ClientSet, f.Namespace.Name)
 | 
				
			||||||
	})
 | 
						})
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	ginkgo.It("graceful pod terminated should wait until preStop hook completes the process", func() {
 | 
						ginkgo.It("graceful pod terminated should wait until preStop hook completes the process [Flaky]", func() {
 | 
				
			||||||
		gracefulTerminationPeriodSeconds := int64(30)
 | 
							gracefulTerminationPeriodSeconds := int64(30)
 | 
				
			||||||
		ginkgo.By("creating the pod")
 | 
							ginkgo.By("creating the pod")
 | 
				
			||||||
		name := "pod-prestop-hook-" + string(uuid.NewUUID())
 | 
							name := "pod-prestop-hook-" + string(uuid.NewUUID())
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user