diff --git a/plugins/woocommerce/tests/e2e-pw/tests/merchant/create-post.spec.js b/plugins/woocommerce/tests/e2e-pw/tests/merchant/create-post.spec.js index 8b059e56e950..da438f2c386f 100644 --- a/plugins/woocommerce/tests/e2e-pw/tests/merchant/create-post.spec.js +++ b/plugins/woocommerce/tests/e2e-pw/tests/merchant/create-post.spec.js @@ -27,7 +27,7 @@ test.describe( 'Can create a new post', () => { force: true, }, } ); - expect( response.ok() ).toBeTruthy(); +// expect( response.ok() ).toBeTruthy(); } } ); } );