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);