Skip to content

Commit

Permalink
E2E: Skip LOHP until fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aidvu committed Dec 11, 2024
1 parent 5c2e260 commit 0ef4f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/specs/onboarding/signup__with-theme-LOHP.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 0ef4f56

Please sign in to comment.