diff --git a/pkg/testworkflows/testworkflowprocessor/processor.go b/pkg/testworkflows/testworkflowprocessor/processor.go index 4a1b841cfe9..66c863327ee 100644 --- a/pkg/testworkflows/testworkflowprocessor/processor.go +++ b/pkg/testworkflows/testworkflowprocessor/processor.go @@ -326,9 +326,6 @@ func (p *processor) Bundle(ctx context.Context, workflow *testworkflowsv1.TestWo if podConfig.SecurityContext.FSGroup == nil { podConfig.SecurityContext.FSGroup = common.Ptr(constants.DefaultFsGroup) } - if podConfig.PreemptionPolicy == nil { - podConfig.PreemptionPolicy = common.Ptr(corev1.PreemptNever) - } podSpec := corev1.PodTemplateSpec{ ObjectMeta: metav1.ObjectMeta{ Annotations: podConfig.Annotations,