From 0cf26f854a67136b98ae45d5598ea68a9c85957c Mon Sep 17 00:00:00 2001 From: Dawid Rusnak Date: Thu, 25 Jul 2024 14:19:27 +0200 Subject: [PATCH] fixup delete obsolete comment --- pkg/testworkflows/testworkflowprocessor/action/process.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkg/testworkflows/testworkflowprocessor/action/process.go b/pkg/testworkflows/testworkflowprocessor/action/process.go index 6a84d0b8a23..a9743eaf93b 100644 --- a/pkg/testworkflows/testworkflowprocessor/action/process.go +++ b/pkg/testworkflows/testworkflowprocessor/action/process.go @@ -84,8 +84,6 @@ func process(currentStatus string, parents []string, stage stage2.Stage, machine // Handle group if group, ok := stage.(stage2.GroupStage); ok { // Build initial status for children - // TODO: Handle negative - // TODO: Consider enum value instead of boolean if currentStatus == "true" { currentStatus = stage.Ref() } else {