Skip to content

Commit

Permalink
address review comments
Browse files Browse the repository at this point in the history
Signed-off-by: Yashash H L <[email protected]>
  • Loading branch information
yhl25 committed Sep 21, 2024
1 parent 6d9c208 commit 4e92bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/functional_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func (s *FunctionalSuite) TestCreateSimplePipeline() {
w := s.Given().Pipeline("@testdata/simple-pipeline.yaml").
When().
CreatePipelineAndWait()
//defer w.DeletePipelineAndWait()
defer w.DeletePipelineAndWait()
pipelineName := "simple-pipeline"

w.Expect().
Expand Down

0 comments on commit 4e92bc6

Please sign in to comment.