diff --git a/apps/web/cypress/tests/get-started-page.spec.ts b/apps/web/cypress/tests/get-started-page.spec.ts index a4effd4d90d..7063102aa38 100644 --- a/apps/web/cypress/tests/get-started-page.spec.ts +++ b/apps/web/cypress/tests/get-started-page.spec.ts @@ -69,7 +69,7 @@ const visitTabAndVerifyContent = ({ tabName, tabTitle, numTimelineSteps, linkSte }); }; -describe('GetStartedPage', () => { +describe.skip('GetStartedPage', () => { beforeEach(function () { cy.mockFeatureFlags({ IS_IMPROVED_ONBOARDING_ENABLED: true }); cy.initializeSession().as('session');