You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
=== BEGIN TEST CASE ===
test/cmd/images.sh:245: executing 'oc get is perl --template '{{(index .status.tags 0).tag}}'' expecting success and text '5.16'
FAILURE after 0.334s: test/cmd/images.sh:245: executing 'oc get is perl --template '{{(index .status.tags 0).tag}}'' expecting success and text '5.16': the output content test failed
Standard output from the command:
latest
There was no error output from the command.
=== END TEST CASE ===
The problem here is we're getting imagestream data by id, but when the order changes it fails, like above. We need to fix the test to be more stable.
The text was updated successfully, but these errors were encountered:
The problem here is we're getting imagestream data by id, but when the order changes it fails, like above. We need to fix the test to be more stable.
The text was updated successfully, but these errors were encountered: