Skip to content

Commit

Permalink
Merge pull request tektoncd#224 from piyush-garg/skip_flag
Browse files Browse the repository at this point in the history
Add flag to skip root access test
  • Loading branch information
openshift-merge-robot authored Nov 13, 2019
2 parents 5878712 + 5853cc2 commit 52f6a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openshift/e2e-tests-openshift.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function create_test_namespace() {

function run_go_e2e_tests() {
header "Running Go e2e tests"
go test -v -failfast -count=1 -tags=e2e -ldflags '-X github.com/tektoncd/pipeline/test.missingKoFatal=false' ./test -timeout=20m --kubeconfig $KUBECONFIG || return 1
go test -v -failfast -count=1 -tags=e2e -ldflags '-X github.com/tektoncd/pipeline/test.missingKoFatal=false -X github.com/tektoncd/pipeline/test.skipRootUserTests=true' ./test -timeout=20m --kubeconfig $KUBECONFIG || return 1
}

function run_yaml_e2e_tests() {
Expand Down

0 comments on commit 52f6a20

Please sign in to comment.