Skip to content

Commit

Permalink
fixup delete obsolete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rangoo94 committed Jul 25, 2024
1 parent 0cf26f8 commit c956772
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/testworkflows/testworkflowprocessor/action/group.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import (
"github.com/kubeshop/testkube/pkg/testworkflows/testworkflowprocessor/action/actiontypes"
)

// TODO: Handle Group Stages properly with isolation (to have conditions working perfectly fine, i.e. for isolated image + file() clause)
func Group(actions []actiontypes.Action) (groups [][]actiontypes.Action) {
// Detect "start" and "execute" instructions
startIndexes := make([]int, 0)
Expand Down

0 comments on commit c956772

Please sign in to comment.