Skip to content

Commit

Permalink
Skip onboard related tests which need to be rearranged after onboardi…
Browse files Browse the repository at this point in the history
…ng change (#98000)
  • Loading branch information
p-jackson authored Jan 6, 2025
1 parent c26ead4 commit ea03e1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ declare const browser: Browser;
*
* Keywords: Onboarding, Store Checkout, Coupon, Signup, Plan, Subscription, Cancel
*/
describe( 'Lifecyle: Signup, onboard, launch and cancel subscription', function () {
describe.skip( 'Lifecyle: Signup, onboard, launch and cancel subscription', function () {
const planName = 'Personal';
const testUser = DataHelper.getNewTestUser( {
usernamePrefix: 'ftmepersonal',
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/specs/onboarding/onboarding__write.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { apiCloseAccount, fixme_retry } from '../shared';

declare const browser: Browser;

describe( DataHelper.createSuiteTitle( 'Onboarding: Write Focus' ), function () {
describe.skip( DataHelper.createSuiteTitle( 'Onboarding: Write Focus' ), function () {
const blogName = DataHelper.getBlogName();
const testUser = DataHelper.getNewTestUser( {
usernamePrefix: 'signupfree',
Expand Down

0 comments on commit ea03e1e

Please sign in to comment.