Skip to content

Commit 64579ce

Browse files
Merge pull request #16508 from bparees/image_patch
Automatic merge from submit-queue (batch tested with PRs 16534, 16533, 16510, 16508, 16392) remove scheduled import patch test fixes #16468
2 parents 5a18b2a + 2483b5b commit 64579ce

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/cmd/images.sh

-2
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,6 @@ os::cmd::expect_success "oc patch istag/wildfly:latest -p='{\"tag\":{\"from\":{\
8383
os::cmd::expect_success_and_text 'oc get istag/wildfly:latest -o jsonpath={.tag.from.kind}' 'DockerImage'
8484
os::cmd::expect_success_and_text 'oc get istag/wildfly:latest -o jsonpath={.tag.from.name}' 'mysql:latest'
8585
os::cmd::expect_success_and_not_text 'oc get istag/wildfly:latest -o jsonpath={.tag.generation}' '2'
86-
os::cmd::expect_success "oc patch istag/wildfly:latest -p='{\"tag\":{\"importPolicy\":{\"scheduled\":true}}}'"
87-
os::cmd::expect_success_and_text 'oc get istag/wildfly:latest -o jsonpath={.tag.importPolicy.scheduled}' 'true'
8886

8987
# create an image stream tag
9088
os::cmd::expect_success 'oc create imagestreamtag tag:1 --from=wildfly:latest'

0 commit comments

Comments
 (0)