Skip to content

Commit

Permalink
fix: fix-test-error2
Browse files Browse the repository at this point in the history
Signed-off-by: GeunSam2 <rootiron96@gmail.com>
  • Loading branch information
GeunSam2 committed Sep 3, 2023
1 parent deb34a1 commit c4c75ee
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions test/e2e/hooks_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//go:build functional || local
// +build functional local
//go:build functional
// +build functional

package e2e

Expand Down Expand Up @@ -197,15 +197,6 @@ spec:
expression: steps["step-1"].status == "Failed"
template: hook
template: argosay
- - name: step-2
hooks:
running:
expression: steps["step-2"].status == "Running"
template: hook
failed:
expression: steps["step-2"].status == "Failed"
template: hook
template: argosay
- name: argosay
container:
image: argoproj/argosay:v2
Expand Down

0 comments on commit c4c75ee

Please sign in to comment.