From d669fef773aedd7a6d2cbc91800298e675a2b113 Mon Sep 17 00:00:00 2001 From: Karolina Rakoczy Date: Wed, 26 Oct 2022 17:15:52 +0200 Subject: [PATCH] Disable test for weight recalculate (#2476) --- .../shippingMethods/shippingWeights/weightRecalculate.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/cypress/e2e/configuration/shippingMethods/shippingWeights/weightRecalculate.js b/cypress/e2e/configuration/shippingMethods/shippingWeights/weightRecalculate.js index 1357892ee..ea63fb4fb 100644 --- a/cypress/e2e/configuration/shippingMethods/shippingWeights/weightRecalculate.js +++ b/cypress/e2e/configuration/shippingMethods/shippingWeights/weightRecalculate.js @@ -54,10 +54,12 @@ describe("As a staff user I want to change shop default weight unit", () => { }); }); - it( + xit( "should recalculate weight after changing shipping weight unit. TC: SALEOR_0901", - { tags: ["@shipping", "@allEnv", "@stable"] }, + { tags: ["@shipping", "@allEnv"] }, () => { + // Enable this test after fixing SALEOR-4898 + const rateName = `${startsWith}${faker.datatype.number()}`; const minWeightInKg = 1; const maxWeightInKg = 10;