<?xml version="1.0" encoding="UTF-8"?>
<testsuites name="Mocha Tests" time="329.020" tests="1" failures="1">
  <testsuite name="Root Suite" timestamp="2026-09-15T11:22:06" tests="0" file="cypress/tests/e2e/modelTraining/trainJobs/testTrainjobLifecycle.cy.ts" time="0.000" failures="0">
  </testsuite>
  <testsuite name="Verify user can monitor a training job through its lifecycle" timestamp="2026-09-15T11:22:06" tests="1" time="328.853" failures="2">
    <testcase name="Verify user can monitor a training job through its lifecycle &quot;before each&quot; hook: retryableBeforeEach for &quot;Should monitor training job from Running to Complete and verify backend pods&quot;" time="5.353" classname="&quot;before each&quot; hook: retryableBeforeEach for &quot;Should monitor training job from Running to Complete and verify backend pods&quot;">
      <failure message="

Test steps were:

1. Check if Trainer component is Managed in DSC
2. Create testing project

`cy.exec(&apos;oc get project &quot;lifecycle-test-141919&quot; -o name&apos;)` timed out after waiting `60000ms`.

https://on.cypress.io/exec

Because this error occurred during a `before each` hook we are skipping the remaining tests in the current suite: `Verify user can monitor a t...`" type="CypressError"><![CDATA[CypressError: `cy.exec('oc get project "lifecycle-test-141919" -o name')` timed out after waiting `60000ms`.

https://on.cypress.io/exec
    at <unknown> (https://rh-ai.apps.c861778bfa8dadc8df90.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:124114:70)
    at tryCatcher (https://rh-ai.apps.c861778bfa8dadc8df90.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:1777:23)
    at <unknown> (https://rh-ai.apps.c861778bfa8dadc8df90.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:4156:41)
    at tryCatcher (https://rh-ai.apps.c861778bfa8dadc8df90.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:1777:23)
    at Promise._settlePromiseFromHandler (https://rh-ai.apps.c861778bfa8dadc8df90.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:1489:31)
    at Promise._settlePromise (https://rh-ai.apps.c861778bfa8dadc8df90.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:1546:18)
    at Promise._settlePromise0 (https://rh-ai.apps.c861778bfa8dadc8df90.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:1591:10)
    at Promise._settlePromises (https://rh-ai.apps.c861778bfa8dadc8df90.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:1667:18)
    at _drainQueueStep (https://rh-ai.apps.c861778bfa8dadc8df90.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:2377:12)
    at _drainQueue (https://rh-ai.apps.c861778bfa8dadc8df90.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:2370:9)
    at Async._drainQueues (https://rh-ai.apps.c861778bfa8dadc8df90.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:2386:5)
    at Async.drainQueues (https://rh-ai.apps.c861778bfa8dadc8df90.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:2256:14)
From Your Spec Code:
    at getOpenShiftProject (webpack://@odh-dashboard/cypress/./cypress/utils/oc_commands/project.ts:254:12)
    at verifyOpenShiftProjectExists (webpack://@odh-dashboard/cypress/./cypress/utils/oc_commands/project.ts:275:2)
    at checkDeleted (webpack://@odh-dashboard/cypress/./cypress/utils/projectChecker.ts:42:46)
    at Context.eval (webpack://@odh-dashboard/cypress/./cypress/utils/projectChecker.ts:48:23)]]></failure>
    </testcase>
    <testcase name="Verify user can monitor a training job through its lifecycle &quot;after all&quot; hook for &quot;Should monitor training job from Running to Complete and verify backend pods&quot;" time="5.353" classname="&quot;after all&quot; hook for &quot;Should monitor training job from Running to Complete and verify backend pods&quot;">
      <failure message="

Test steps were:

1. Check if Trainer component is Managed in DSC
2. Create testing project
3. Delete project

Command failed with code 1

Because this error occurred during a `after all` hook we are skipping the remaining tests in the current suite: `Verify user can monitor a t...`

Although you have test retries enabled, we do not retry tests when `before all` or `after all` hooks fail" type="Error"><![CDATA[Error: Command failed with code 1
    at Context.eval (webpack://@odh-dashboard/cypress/./cypress/utils/oc_commands/project.ts:80:12)]]></failure>
    </testcase>
  </testsuite>
</testsuites>