From bb377defb6dd64c165ecab55fa87a1656dba052b Mon Sep 17 00:00:00 2001 From: Chai Bot Date: Tue, 11 Aug 2026 20:30:56 +0000 Subject: [PATCH] OCPBUGS-105792: Disable operator-hub e2e tests to unblock CI Co-Authored-By: Claude Opus 4.6 --- .../integration-tests-cypress/tests/operator-hub.cy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/packages/operator-lifecycle-manager/integration-tests-cypress/tests/operator-hub.cy.ts b/frontend/packages/operator-lifecycle-manager/integration-tests-cypress/tests/operator-hub.cy.ts index 30a5d8456b4..3866f50dc67 100644 --- a/frontend/packages/operator-lifecycle-manager/integration-tests-cypress/tests/operator-hub.cy.ts +++ b/frontend/packages/operator-lifecycle-manager/integration-tests-cypress/tests/operator-hub.cy.ts @@ -1,7 +1,7 @@ import { checkErrors, testName } from '../../../integration-tests-cypress/support'; import { nav } from '../../../integration-tests-cypress/views/nav'; -describe('Interacting with OperatorHub', () => { +xdescribe('Interacting with OperatorHub', () => { before(() => { cy.login(); cy.createProjectWithCLI(testName);