<?xml version="1.0" encoding="UTF-8"?>
<testsuites name="Mocha Tests" time="400.982" tests="4" failures="1">
  <testsuite name="Root Suite" timestamp="2026-09-10T07:45:34" tests="0" file="cypress/tests/e2e/modelRegistry/testRegisterModel.cy.ts" time="0.000" failures="0">
  </testsuite>
  <testsuite name="Verify models can be registered in a model registry" timestamp="2026-09-10T07:45:34" tests="4" time="400.911" failures="1">
    <testcase name="Verify models can be registered in a model registry Registers models via model registry using object storage and URI" time="99.495" classname="Registers models via model registry using object storage and URI">
    </testcase>
    <testcase name="Verify models can be registered in a model registry Registers a new version via versions view" time="17.659" classname="Registers a new version via versions view">
    </testcase>
    <testcase name="Verify models can be registered in a model registry Registers and stores a model to an OCI destination" time="13.422" classname="Registers and stores a model to an OCI destination">
    </testcase>
    <testcase name="Verify models can be registered in a model registry &quot;after all&quot; hook for &quot;Registers and stores a model to an OCI destination using URI origin&quot;" time="0.000" classname="&quot;after all&quot; hook for &quot;Registers and stores a model to an OCI destination using URI origin&quot;">
      <failure message="

Test steps were:

1. Log into the application
2. Navigate to: https://rh-ai.apps.de1913e7c77c35f73c2d.prod.konflux-ocp-ci.dev/
3. Navigate to Model Registry
4. Navigate to: https://rh-ai.apps.de1913e7c77c35f73c2d.prod.konflux-ocp-ci.dev/ai-hub/models/registry/test-model-registry-662874
5. Click Register Model button
6. Verify registration mode toggle is visible
7. Toggle to Register and store mode
8. Verify namespace selector appears
9. Select a namespace from the dropdown
10. Verify origin and destination location sections appear
11. Fill in model details
12. Fill in transfer job name
13. Select URI as origin location type and fill in URI
14. Fill in OCI destination fields
15. Verify submit button is enabled
16. Submit the register and store form
17. Verify transfer job started notification appears
18. Verify transfer job and pod started in the backend
19. Verify navigation away from the registration form
20. Navigate away from model registry before cleanup
21. Clean up registered models from database
22. Delete the model registry

`cy.exec(&apos;oc delete modelregistry.modelregistry.opendatahub.io test-model-registry-662874 -n rhoai-model-registries --timeout=240s&apos;)` timed out after waiting `240000ms`.

https://on.cypress.io/exec

Because this error occurred during a `after all` hook we are skipping the remaining tests in the current suite: `Verify models can be regist...`

Although you have test retries enabled, we do not retry tests when `before all` or `after all` hooks fail" type="CypressError"><![CDATA[CypressError: `cy.exec('oc delete modelregistry.modelregistry.opendatahub.io test-model-registry-662874 -n rhoai-model-registries --timeout=240s')` timed out after waiting `240000ms`.

https://on.cypress.io/exec
    at <unknown> (https://rh-ai.apps.de1913e7c77c35f73c2d.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:124114:70)
    at tryCatcher (https://rh-ai.apps.de1913e7c77c35f73c2d.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:1777:23)
    at <unknown> (https://rh-ai.apps.de1913e7c77c35f73c2d.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:4156:41)
    at tryCatcher (https://rh-ai.apps.de1913e7c77c35f73c2d.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:1777:23)
    at Promise._settlePromiseFromHandler (https://rh-ai.apps.de1913e7c77c35f73c2d.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:1489:31)
    at Promise._settlePromise (https://rh-ai.apps.de1913e7c77c35f73c2d.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:1546:18)
    at Promise._settlePromise0 (https://rh-ai.apps.de1913e7c77c35f73c2d.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:1591:10)
    at Promise._settlePromises (https://rh-ai.apps.de1913e7c77c35f73c2d.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:1667:18)
    at _drainQueueStep (https://rh-ai.apps.de1913e7c77c35f73c2d.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:2377:12)
    at _drainQueue (https://rh-ai.apps.de1913e7c77c35f73c2d.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:2370:9)
    at Async._drainQueues (https://rh-ai.apps.de1913e7c77c35f73c2d.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:2386:5)
    at Async.drainQueues (https://rh-ai.apps.de1913e7c77c35f73c2d.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:2256:14)
From Your Spec Code:
    at deleteModelRegistry (webpack://@odh-dashboard/cypress/./cypress/utils/oc_commands/modelRegistry.ts:666:12)
    at Context.eval (webpack://@odh-dashboard/cypress/./cypress/tests/e2e/modelRegistry/testRegisterModel.cy.ts:484:24)]]></failure>
    </testcase>
  </testsuite>
</testsuites>