CY_TEST_CONFIG: /workspace/tests-shared/tests-payload/results/cypress-runtime-config.yml Warning: The allowCypressEnv configuration option is enabled. This allows any browser code to read values from Cypress.env(). This is insecure and will be removed in a future major version. 1. Replace Cypress.env() calls with cy.env() (for sensitive values) or Cypress.expose() (for public configuration) 2. Set allowCypressEnv: false in your Cypress configuration to disable Cypress.env() Learn more: https://on.cypress.io/cypress-env-migration @cypress/grep: filtering using tag(s) "@SmokeSet4" ================================================================================ (Run Starting) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Cypress: 15.17.0 │ │ Browser: Electron 138 (headless) │ │ Node Version: v22.22.0 (/usr/bin/node-22) │ │ Specs: 6 found (automl/testAutomlBinaryClassification.cy.ts, modelRegistry/testCreate │ │ ModelRegistry.cy.ts, modelRegistry/testRegisterModel.cy.ts, pipelines/createRu │ │ nDeletePipelineCustomPipMirror.cy.ts, pipelines/pipelines.cy.ts, pipelines/tes │ │ tSchedulePipeline.cy.ts) │ │ Searched: cypress/tests/e2e/automl/testAutomlBinaryClassification.cy.ts, cypress/tests/e │ │ 2e/modelRegistry/testCreateModelRegistry.cy.ts, cypress/tests/e2e/modelRegistr │ │ y/testRegisterModel.cy.ts, cypress/tests/e2e/pipelines/createRunDeletePipeline │ │ CustomPipMirror.cy.ts, cypress/tests/e2e/pipelines/pipelines.cy.ts, cypress/te │ │ sts/e2e/pipelines/testSchedulePipeline.cy.ts │ │ Experiments: experimentalInteractiveRunEvents=true,experimentalMemoryManagement=true │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ Remove output folder /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: automl/testAutomlBinaryClassification.cy.ts (1 of 6) [2026-09-15T07:23:50.279Z] [INFO] Setting tests timeout to: 480 seconds AutoML Binary Classification E2E - Can create and submit an AutoML binary classification run - Verify binary classification run completes with leaderboard - Can interact with results page (leaderboard, model details, download) - Can open register model modal from model details [2026-09-15T07:23:50.306Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (85ms) 4 pending [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/.jsons/mochawesome.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 4 │ │ Passing: 0 │ │ Failing: 0 │ │ Pending: 4 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 0 seconds │ │ Spec Ran: automl/testAutomlBinaryClassification.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: modelRegistry/testCreateModelRegistry.cy.ts (2 of 6) [2026-09-15T07:23:52.768Z] [INFO] Setting tests timeout to: 480 seconds Verify a model registry can be created and deleted [2026-09-15T07:23:52.778Z] [INFO] [STEP NaN] Load test data from fixture [2026-09-15T07:23:52.805Z] [INFO] Ensure operator has optimal memory for testing [2026-09-15T07:23:53.343Z] [INFO] [EXEC] oc get deployment model-registry-operator-controller-manager -n redhat-ods-applications -o jsonpath='{.spec.template.spec.containers[0].resources.limits.memory}' [2026-09-15T07:23:53.355Z] [INFO] Current operator memory limit: 512Mi [2026-09-15T07:23:53.360Z] [INFO] Patching operator memory limit from 512Mi to 1Gi... [2026-09-15T07:23:53.687Z] [INFO] [EXEC] oc patch deployment model-registry-operator-controller-manager -n redhat-ods-applications -p '{"spec":{"template":{"spec":{"containers":[{"name":"manager","resources":{"limits":{"memory":"1Gi"}}}]}}}}' [2026-09-15T07:23:53.696Z] [INFO] Successfully patched operator memory to 1Gi [2026-09-15T07:24:06.362Z] [INFO] [EXEC] oc rollout status deployment/model-registry-operator-controller-manager -n redhat-ods-applications --timeout=120s [2026-09-15T07:24:06.371Z] [INFO] Operator rollout completed successfully [2026-09-15T07:24:06.381Z] [INFO] Create and verify SQL database for model registry [2026-09-15T07:24:06.398Z] [INFO] Create SQL database 'mysql-db-registry-298031' for model registry [2026-09-15T07:24:06.403Z] [INFO] Creating SQL database 'mysql-db-registry-298031' for model registry in namespace rhoai-model-registries [2026-09-15T07:24:06.691Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-09-15T07:24:06.704Z] [INFO] Database 'mysql-db-registry-298031' does not exist, proceeding with creation [2026-09-15T07:24:07.216Z] [INFO] [EXEC] oc apply -f /tmp/db-1789457046715.yaml [2026-09-15T07:24:07.315Z] [INFO] [EXEC] rm -f /tmp/db-1789457046715.yaml [2026-09-15T07:24:07.337Z] [INFO] Wait for model registry database 'mysql-db-registry-298031' to be ready [2026-09-15T07:24:07.342Z] [INFO] Waiting for model registry database 'mysql-db-registry-298031' to be ready... 1) "before all" hook for "Creates a model registry with mysql database and then deletes it" [2026-09-15T07:34:07.546Z] [INFO] Navigate away from model registry before cleanup 2) "after all" hook for "Creates a model registry with mysql database and then deletes it" [2026-09-15T07:34:08.456Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (10m) 2 failing 1) Verify a model registry can be created and deleted "before all" hook for "Creates a model registry with mysql database and then deletes it": Test steps were: 1. Load test data from fixture 2. Ensure operator has optimal memory for testing 3. Create and verify SQL database for model registry 4. Create SQL database 'mysql-db-registry-298031' for model registry 5. Wait for model registry database 'mysql-db-registry-298031' to be ready `cy.exec('oc wait --for=condition=Available deployment/mysql-db-registry-298031 -n rhoai-model-registries --timeout=600s')` timed out after waiting `600000ms`. 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 a model registry can...` Although you have test retries enabled, we do not retry tests when `before all` or `after all` hooks fail CypressError: `cy.exec('oc wait --for=condition=Available deployment/mysql-db-registry-298031 -n rhoai-model-registries --timeout=600s')` timed out after waiting `600000ms`. https://on.cypress.io/exec at (https://rh-ai.apps.8edbdee963dfbb8cada8.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:124114:70) at tryCatcher (https://rh-ai.apps.8edbdee963dfbb8cada8.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:1777:23) at (https://rh-ai.apps.8edbdee963dfbb8cada8.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:4156:41) 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 waitForModelRegistryDatabase (webpack://@odh-dashboard/cypress/./cypress/utils/oc_commands/modelRegistry.ts:164:5) at Context.eval (webpack://@odh-dashboard/cypress/./cypress/utils/oc_commands/modelRegistry.ts:189:13) 2) Verify a model registry can be created and deleted "after all" hook for "Creates a model registry with mysql database and then deletes it": Test steps were: 1. Load test data from fixture 2. Ensure operator has optimal memory for testing 3. Create and verify SQL database for model registry 4. Create SQL database 'mysql-db-registry-298031' for model registry 5. Wait for model registry database 'mysql-db-registry-298031' to be ready 6. 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: > 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 Because this error occurred during a `after all` hook we are skipping the remaining tests in the current suite: `Verify a model registry can...` Although you have test retries enabled, we do not retry tests when `before all` or `after all` hooks fail 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 (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 (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/testCreateModelRegistry.cy.ts:221: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) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/.jsons/mochawesome_001.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 3 │ │ Passing: 0 │ │ Failing: 1 │ │ Pending: 0 │ │ Skipped: 2 │ │ Screenshots: 2 │ │ Video: false │ │ Duration: 10 minutes, 15 seconds │ │ Spec Ran: modelRegistry/testCreateModelRegistry.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ (Screenshots) - /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/screenshots/modelReg (1280x720) istry/testCreateModelRegistry.cy.ts/Verify a model registry can be created and d eleted -- Creates a model registry with mysql database and then deletes it -- be fore all hook (failed).png - /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/screenshots/modelReg (1280x720) istry/testCreateModelRegistry.cy.ts/Verify a model registry can be created and d eleted -- Creates a model registry with mysql database and then deletes it -- af ter all hook (failed).png ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: modelRegistry/testRegisterModel.cy.ts (3 of 6) [2026-09-15T07:34:11.274Z] [INFO] Setting tests timeout to: 480 seconds Verify models can be registered in a model registry [2026-09-15T07:34:11.284Z] [INFO] [STEP NaN] Load test data from fixture [2026-09-15T07:34:11.317Z] [INFO] Ensure operator has optimal memory for testing [2026-09-15T07:34:11.552Z] [INFO] [EXEC] oc get deployment model-registry-operator-controller-manager -n redhat-ods-applications -o jsonpath='{.spec.template.spec.containers[0].resources.limits.memory}' [2026-09-15T07:34:11.559Z] [INFO] Failed to check operator memory limit: E0915 07:34:11.499654 22643 memcache.go:265] couldn't get current server API group list: Get "https://a2ebc58e5368848a9ae20ac315a40771-fc9112f86416c614.elb.us-east-2.amazonaws.com:6443/api?timeout=32s": dial tcp: lookup a2ebc58e5368848a9ae20ac315a40771-fc9112f86416c614.elb.us-east-2.amazonaws.com: no such host E0915 07:34:11.513065 22643 memcache.go:265] couldn't get current server API group list: Get "https://a2ebc58e5368848a9ae20ac315a40771-fc9112f86416c614.elb.us-east-2.amazonaws.com:6443/api?timeout=32s": dial tcp: lookup a2ebc58e5368848a9ae20ac315a40771-fc9112f86416c614.elb.us-east-2.amazonaws.com: no such host E0915 07:34:11.524505 22643 memcache.go:265] couldn't get current server API group list: Get "https://a2ebc58e5368848a9ae20ac315a40771-fc9112f86416c614.elb.us-east-2.amazonaws.com:6443/api?timeout=32s": dial tcp: lookup a2ebc58e5368848a9ae20ac315a40771-fc9112f86416c614.elb.us-east-2.amazonaws.com: no such host Unable to connect to the server: dial tcp: lookup a2ebc58e5368848a9ae20ac315a40771-fc9112f86416c614.elb.us-east-2.amazonaws.com: no such host 1) "before all" hook for "Registers models via model registry using object storage and URI" [2026-09-15T07:34:21.683Z] [INFO] Navigate away from model registry before cleanup 2) "after all" hook for "Registers models via model registry using object storage and URI" [2026-09-15T07:34:22.556Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (11s) 2 failing 1) Verify models can be registered in a model registry "before all" hook for "Registers models via model registry using object storage and URI": 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 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) 2) Verify models can be registered in a model registry "after all" hook for "Registers models via model registry using object storage and URI": 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: > 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 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 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 (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 (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) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/.jsons/mochawesome_002.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 4 │ │ Passing: 0 │ │ Failing: 1 │ │ Pending: 0 │ │ Skipped: 3 │ │ Screenshots: 2 │ │ Video: false │ │ Duration: 11 seconds │ │ Spec Ran: modelRegistry/testRegisterModel.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ (Screenshots) - /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/screenshots/modelReg (1280x720) istry/testRegisterModel.cy.ts/Verify models can be registered in a model registr y -- Registers models via model registry using object storage and URI -- before all hook (failed).png - /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/screenshots/modelReg (1280x720) istry/testRegisterModel.cy.ts/Verify models can be registered in a model registr y -- Registers models via model registry using object storage and URI -- after a ll hook (failed).png ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: pipelines/createRunDeletePipelineCustomPipMirror.cy.ts (4 of 6) [2026-09-15T07:34:26.241Z] [INFO] Setting tests timeout to: 480 seconds An admin user can import and run a pipeline - Verify User Can Create, Run and Delete A Pipeline From DS Project Details Page Using Custom Pip Mirror [2026-09-15T07:34:26.258Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (74ms) 1 pending [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/.jsons/mochawesome_003.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 0 │ │ Failing: 0 │ │ Pending: 1 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 0 seconds │ │ Spec Ran: pipelines/createRunDeletePipelineCustomPipMirror.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: pipelines/pipelines.cy.ts (5 of 6) [2026-09-15T07:34:29.553Z] [INFO] Setting tests timeout to: 480 seconds An admin user can import and run a pipeline - An admin User can Import and Run a Pipeline [2026-09-15T07:34:29.571Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (75ms) 1 pending [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/.jsons/mochawesome_004.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 0 │ │ Failing: 0 │ │ Pending: 1 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 0 seconds │ │ Spec Ran: pipelines/pipelines.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: pipelines/testSchedulePipeline.cy.ts (6 of 6) [2026-09-15T07:34:32.850Z] [INFO] Setting tests timeout to: 480 seconds Verify that a pipeline can be scheduled to run - Admin imports a pipeline and schedules it to run [2026-09-15T07:34:32.863Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (76ms) 1 pending [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/.jsons/mochawesome_005.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 0 │ │ Failing: 0 │ │ Pending: 1 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 0 seconds │ │ Spec Ran: pipelines/testSchedulePipeline.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ Start generate report process Read and merge jsons from "/workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/.jsons" Enhance report Create HTML report HTML report successfully created! /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/index.html ================================================================================ (Run Finished) Spec Tests Passing Failing Pending Skipped ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ ✔ automl/testAutomlBinaryClassificati 91ms 4 - - 4 - │ │ on.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✖ modelRegistry/testCreateModelRegist 10:15 3 - 1 - 2 │ │ ry.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✖ modelRegistry/testRegisterModel.cy. 00:11 4 - 1 - 3 │ │ ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ pipelines/createRunDeletePipelineCu 78ms 1 - - 1 - │ │ stomPipMirror.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ pipelines/pipelines.cy.ts 79ms 1 - - 1 - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ pipelines/testSchedulePipeline.cy.t 81ms 1 - - 1 - │ │ s │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ✖ 2 of 6 failed (33%) 10:27 14 - 2 7 5