Merge pull request #25663 from woocommerce/update/skip-variations-e2e-tests

Skip 2 failing variations e2e tests (until fixed)
This commit is contained in:
Rodrigo Primo 2020-02-18 00:11:12 -03:00 committed by GitHub
commit e9f56e3776
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ describe( 'Single Product Page', () => {
} );
} );
describe( 'Variable Product Page', () => {
describe.skip( 'Variable Product Page', () => {
beforeAll( async () => {
await StoreOwnerFlow.login();
variablePostIdValue = await createVariableProduct();

View File

@ -60,7 +60,7 @@ describe( 'Add New Simple Product Page', () => {
} );
} );
describe( 'Add New Variable Product Page', () => {
describe.skip( 'Add New Variable Product Page', () => {
it( 'can create product with variations', async () => {
// Go to "add product" page
await StoreOwnerFlow.openNewProduct();