Skip to content

Commit

Permalink
add link to issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Aug 29, 2024
1 parent a927e05 commit 9455f47
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,9 @@ class TestSuiteInteractor(
maestro: Maestro,
debugOutputPath: Path
): Pair<TestExecutionSummary.FlowResult, FlowAIOutput> {
// TODO(bartekpacia): merge TestExecutionSummary with AI suggestions (i.e. consider them also part of the test output)
// TODO(bartekpacia): merge TestExecutionSummary with AI suggestions
// (i.e. consider them also part of the test output)
// See #1973

var flowName: String = flowFile.nameWithoutExtension
var flowStatus: FlowStatus
Expand Down

0 comments on commit 9455f47

Please sign in to comment.