We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0ab9a0 commit d17b767Copy full SHA for d17b767
pkg/runner/step_test.go
@@ -698,13 +698,6 @@ func TestStepProcessor_Run(t *testing.T) {
698
Duration: metav1.Duration{Duration: time.Duration(1) * time.Second},
699
},
700
701
- {
702
- PodLogs: &v1alpha1.PodLogs{
703
- ActionObjectSelector: v1alpha1.ActionObjectSelector{
704
- Selector: "name=myapp",
705
- },
706
707
708
709
Finally: []v1alpha1.CatchFinally{
710
{
@@ -723,13 +716,6 @@ func TestStepProcessor_Run(t *testing.T) {
723
716
724
717
725
718
726
727
728
729
730
731
732
733
719
734
720
735
721
0 commit comments