Skip to content

Commit

Permalink
chore: Skip TestRunAsNonRootWithOutputParams
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Collins <alex_collins@intuit.com>
  • Loading branch information
alexec committed May 3, 2022
1 parent 877216e commit 566aeb8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/e2e/run_as_not_root_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build executor
// +build executor

package e2e
Expand All @@ -24,6 +25,7 @@ func (s *RunAsNonRootSuite) TestRunAsNonRootWorkflow() {
}

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

0 comments on commit 566aeb8

Please sign in to comment.