Skip to content

Commit

Permalink
fix: Skip TestRunAsNonRootWithOutputParams
Browse files Browse the repository at this point in the history
Signed-off-by: Saravanan Balasubramanian <[email protected]>
  • Loading branch information
sarabala1979 committed Aug 9, 2022
1 parent e4dca01 commit b7b37d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/run_as_not_root_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ func (s *RunAsNonRootSuite) TestRunAsNonRootWorkflow() {
}

func (s *RunAsNonRootSuite) TestRunAsNonRootWithOutputParams() {
s.T().Skip()
s.Need(fixtures.None(fixtures.Docker, fixtures.Kubelet))
s.Given().
Workflow("@smoke/runasnonroot-output-params-pipeline.yaml").
Expand Down

0 comments on commit b7b37d5

Please sign in to comment.