Skip to content

Commit

Permalink
Just run the channel tests.... (#593)
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>

Co-authored-by: Matthias Wessendorf <mwessend@redhat.com>
  • Loading branch information
openshift-cherrypick-robot and matzew authored Mar 30, 2022
1 parent 43747e2 commit 472b0e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openshift/e2e-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ function run_e2e_tests(){
local run_command="-run ^(${test_name})$"
fi

go_test_e2e -tags=e2e,source -timeout=90m -parallel=12 ./test/e2e \
go_test_e2e -tags=e2e,consolidated -timeout=90m -parallel=12 ./test/e2e \
"$run_command" \
--imagetemplate "${TEST_IMAGE_TEMPLATE}" \
$common_opts || failed=$?
Expand Down

0 comments on commit 472b0e7

Please sign in to comment.