<?xml version="1.0" encoding="UTF-8"?>
<testsuites name="Mocha Tests" time="511.678" tests="4" failures="1">
  <testsuite name="Root Suite" timestamp="2026-09-15T17:11:06" 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-15T17:11:06" tests="4" time="511.597" failures="1">
    <testcase name="Verify models can be registered in a model registry &quot;before all&quot; hook for &quot;Registers models via model registry using object storage and URI&quot;" time="0.000" classname="&quot;before all&quot; hook for &quot;Registers models via model registry using object storage and URI&quot;">
      <failure message="

Test steps were:

1. Load test data from fixture
2. Ensure operator has optimal memory for testing
3. Create and verify PostgreSQL database for model registry
4. Create PostgreSQL database &apos;model-registry-db-662874&apos; for model registry
5. Wait for PostgreSQL database &apos;model-registry-db-662874&apos; to be ready
6. Create a PostgreSQL-backed model registry using YAML
7. Verify model registry is created
8. Wait for model registry to be in Available state

`cy.exec(&apos;oc wait --for=condition=Available modelregistry.modelregistry.opendatahub.io/test-model-registry-662874 -n rhoai-model-registries --timeout=480s&apos;)` timed out after waiting `480000ms`.

https://on.cypress.io/exec

Because this error occurred during a `before 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 wait --for=condition=Available modelregistry.modelregistry.opendatahub.io/test-model-registry-662874 -n rhoai-model-registries --timeout=480s')` timed out after waiting `480000ms`.

https://on.cypress.io/exec
    at <unknown> (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:124114:70)
    at tryCatcher (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:1777:23)
    at <unknown> (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:4156:41)
    at tryCatcher (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:1777:23)
    at Promise._settlePromiseFromHandler (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:1489:31)
    at Promise._settlePromise (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:1546:18)
    at Promise._settlePromise0 (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:1591:10)
    at Promise._settlePromises (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:1667:18)
    at _drainQueueStep (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:2377:12)
    at _drainQueue (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:2370:9)
    at Async._drainQueues (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:2386:5)
    at Async.drainQueues (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:2256:14)
From Your Spec Code:
    at checkModelRegistryAvailable (webpack://@odh-dashboard/cypress/./cypress/utils/oc_commands/modelRegistry.ts:488:5)
    at Context.eval (webpack://@odh-dashboard/cypress/./cypress/tests/e2e/modelRegistry/testRegisterModel.cy.ts:75:34)]]></failure>
    </testcase>
  </testsuite>
</testsuites>