Skip to content

Commit 8a97b53

Browse files
Merge pull request #17887 from jim-minter/disable_cluster_up_test_37
Automatic merge from submit-queue. disable cluster up 3.7 test for now see #17867
2 parents ee37719 + 1bc6e97 commit 8a97b53

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/extended/clusterup.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,9 @@ readonly extra_args=(
275275
#"--loglevel=5 --image=registry.access.redhat.com/openshift3/ose --version=v3.7"
276276

277277
# Test the previous origin release
278-
"--loglevel=5 --image=docker.io/openshift/origin --version=v3.7.0"
278+
# TODO - enable this once oc cluster up v3.9 supports modifiying cluster
279+
# roles on a 3.7 cluster image (https://github.com/openshift/origin/issues/17867)
280+
# "--loglevel=5 --image=docker.io/openshift/origin --version=v3.7.0"
279281

280282
# Test the current published release
281283
"--loglevel=5" # can't be empty, so pass something benign

0 commit comments

Comments
 (0)