<?xml version="1.0" encoding="UTF-8"?>
<testsuites name="Mocha Tests" time="11.370" tests="4" failures="0">
  <testsuite name="Root Suite" timestamp="2026-09-15T07:34:11" 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-15T07:34:11" tests="4" time="11.323" failures="2">
    <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

Timed out retrying after 10000ms: expected false to be true

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="AssertionError"><![CDATA[AssertionError: Timed out retrying after 10000ms: expected false to be true
    at Context.eval (webpack://@odh-dashboard/cypress/./cypress/tests/e2e/modelRegistry/testRegisterModel.cy.ts:61:48)

      + expected - actual:  failed to generate Mocha diff
]]></failure>
    </testcase>
    <testcase name="Verify models can be registered in a model registry &quot;after all&quot; hook for &quot;Registers models via model registry using object storage and URI&quot;" time="0.000" classname="&quot;after 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. Navigate away from model registry before cleanup

`cy.visit()` failed trying to load:

https://rh-ai.apps.8edbdee963dfbb8cada8.prod.konflux-ocp-ci.dev/

We attempted to make an http request to this URL but the request failed without a response.

We received this error at the network level:

  &gt; Error: getaddrinfo ENOTFOUND rh-ai.apps.8edbdee963dfbb8cada8.prod.konflux-ocp-ci.dev

Common situations why this would fail:
  - you don&apos;t have internet access
  - you forgot to run / boot your web server
  - your web server isn&apos;t accessible
  - you have weird network configuration settings on your computer

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.visit()` failed trying to load:

https://rh-ai.apps.8edbdee963dfbb8cada8.prod.konflux-ocp-ci.dev/

We attempted to make an http request to this URL but the request failed without a response.

We received this error at the network level:

  > Error: getaddrinfo ENOTFOUND rh-ai.apps.8edbdee963dfbb8cada8.prod.konflux-ocp-ci.dev

Common situations why this would fail:
  - you don't have internet access
  - you forgot to run / boot your web server
  - your web server isn't accessible
  - you have weird network configuration settings on your computer
    at <unknown> (https://rh-ai.apps.8edbdee963dfbb8cada8.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:135427:74)
    at visitFailedByErr (https://rh-ai.apps.8edbdee963dfbb8cada8.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:135001:12)
    at <unknown> (https://rh-ai.apps.8edbdee963dfbb8cada8.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:135426:11)
    at tryCatcher (https://rh-ai.apps.8edbdee963dfbb8cada8.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:1777:23)
    at Promise._settlePromiseFromHandler (https://rh-ai.apps.8edbdee963dfbb8cada8.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:1489:31)
    at Promise._settlePromise (https://rh-ai.apps.8edbdee963dfbb8cada8.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:1546:18)
    at Promise._settlePromise0 (https://rh-ai.apps.8edbdee963dfbb8cada8.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:1591:10)
    at Promise._settlePromises (https://rh-ai.apps.8edbdee963dfbb8cada8.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:1667:18)
    at _drainQueueStep (https://rh-ai.apps.8edbdee963dfbb8cada8.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:2377:12)
    at _drainQueue (https://rh-ai.apps.8edbdee963dfbb8cada8.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:2370:9)
    at Async._drainQueues (https://rh-ai.apps.8edbdee963dfbb8cada8.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:2386:5)
    at Async.drainQueues (https://rh-ai.apps.8edbdee963dfbb8cada8.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:2256:14)
From Your Spec Code:
    at Context.eval (webpack://@odh-dashboard/cypress/./cypress/tests/e2e/modelRegistry/testRegisterModel.cy.ts:475:7)

From Node.js Internals:
Error: getaddrinfo ENOTFOUND rh-ai.apps.8edbdee963dfbb8cada8.prod.konflux-ocp-ci.dev
    at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:122:26)]]></failure>
    </testcase>
  </testsuite>
</testsuites>