diff --git a/test/e2e/specs/onboarding/signup__with-theme-LOHP.ts b/test/e2e/specs/onboarding/signup__with-theme-LOHP.ts index 67cbd17a3507e..cbd17950eee25 100644 --- a/test/e2e/specs/onboarding/signup__with-theme-LOHP.ts +++ b/test/e2e/specs/onboarding/signup__with-theme-LOHP.ts @@ -29,7 +29,7 @@ declare const browser: Browser; * * Keywords: Onboarding, Store Checkout, Coupon, Signup, Plan, Subscription, Cancel */ -describe( 'Lifecyle: Logged Out Home Page, signup, onboard, launch and cancel subscription', function () { +describe.skip( 'Lifecyle: Logged Out Home Page, signup, onboard, launch and cancel subscription', function () { const planName = 'Premium'; let themeSlug: string | null = null;