Skip to content

Commit c133e01

Browse files
lilyLuLiupraveenkumar
authored andcommitted
[QE]fix e2e failure on arm64
1 parent 03940df commit c133e01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/features/story_openshift.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Feature: 4 Openshift stories
4141
Given executing "oc new-project testproj" succeeds
4242
# mirror
4343
When executing "oc registry login --insecure=true" succeeds
44-
Then executing "oc image mirror registry.access.redhat.com/ubi8/httpd-24:latest=default-route-openshift-image-registry.apps-crc.testing/testproj/hello:test --insecure=true --filter-by-os=linux/amd64" succeeds
44+
Then executing "oc image mirror registry.access.redhat.com/ubi8/httpd-24:latest=default-route-openshift-image-registry.apps-crc.testing/testproj/hello:test --insecure=true" succeeds
4545
And executing "oc set image-lookup hello" succeeds
4646
# deploy
4747
When executing "oc apply -f hello.yaml" succeeds

0 commit comments

Comments
 (0)