Skip to content

Commit eb77bea

Browse files
committed
Remove unrelated test
Signed-off-by: joshvanl <[email protected]>
1 parent 4c36e7a commit eb77bea

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

tests/e2e/standalone/workflow_test.go

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -89,16 +89,6 @@ func TestWorkflowList(t *testing.T) {
8989
}
9090
assert.True(t, found, "Workflow instance not found")
9191
})
92-
93-
t.Run("terminate with output", func(t *testing.T) {
94-
output, err := cmdWorkflowRun(appID, "LongWorkflow", "--instance-id=bar")
95-
require.NoError(t, err)
96-
97-
outputData := `{"reason": "test termination", "code": 123}`
98-
output, err = cmdWorkflowTerminate(appID, "bar", "-o", outputData)
99-
require.NoError(t, err)
100-
assert.Contains(t, output, "terminated successfully")
101-
})
10292
}
10393

10494
func TestWorkflowRaiseEvent(t *testing.T) {

0 commit comments

Comments
 (0)