From 22c16113bf9931ca88028ef0cef8726ca055d657 Mon Sep 17 00:00:00 2001 From: Klaudia Date: Wed, 4 May 2022 10:42:52 +0200 Subject: [PATCH] Saleor 6757 xit for failing tests (#2030) * EXLUDED TEST TC:SALEOR_2807 FORM AUTOMATIC EXECUTION. FAILING REASON NEED TO BE CHECKED IN FUTURE * nmp -i * npm test -- -u --- .../products/productsWithoutSku/createProductWithoutSku.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;