diff --git a/pkg/testworkflows/testworkflowprocessor/action/actiontypes/lite/action.go b/pkg/testworkflows/testworkflowprocessor/action/actiontypes/lite/action.go index bc1acda9592..28f459cb5ed 100644 --- a/pkg/testworkflows/testworkflowprocessor/action/actiontypes/lite/action.go +++ b/pkg/testworkflows/testworkflowprocessor/action/actiontypes/lite/action.go @@ -21,7 +21,6 @@ type ActionExecute struct { Negative bool `json:"n,omitempty"` } -// TODO: Consider for groups too? type ActionPause struct { Ref string `json:"r"` } @@ -31,7 +30,6 @@ type ActionTimeout struct { Timeout string `json:"t"` } -// TODO: RetryAction as a conditional GoTo back? type ActionRetry struct { Ref string `json:"r"` Count int32 `json:"c,omitempty"`