diff --git a/cypress/integration/products/productsWithoutSku/createProductWithoutSku.js b/cypress/integration/products/productsWithoutSku/createProductWithoutSku.js index 90a6a6a99..7105a8977 100644 --- a/cypress/integration/products/productsWithoutSku/createProductWithoutSku.js +++ b/cypress/integration/products/productsWithoutSku/createProductWithoutSku.js @@ -144,7 +144,7 @@ filterTests({ definedTags: ["all", "critical"], version: "3.1.0" }, () => { }); }); - it("should create variant without sku", () => { + xit("should create variant without sku", () => { const name = `${startsWith}${faker.datatype.number()}`; const variants = [{ price: 7 }, { name: attributeValues[1], price: 16 }]; let createdProduct;