From 7ba68591077fb5001abe5ca0490adaa8931ec6d0 Mon Sep 17 00:00:00 2001 From: v-tarasevich-blitz-brain Date: Mon, 17 Nov 2025 20:07:29 +0300 Subject: [PATCH] fix(cypress): temporary skip heavy tests of about section (#15316) --- .../tests/cypress/cypress/e2e/summaryTab/dataProductSummary.js | 2 +- .../tests/cypress/cypress/e2e/summaryTab/domainSummary.js | 2 +- .../tests/cypress/cypress/e2e/summaryTab/glossaryNodeSummary.js | 2 +- .../tests/cypress/cypress/e2e/summaryTab/glossaryTermSummary.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/smoke-test/tests/cypress/cypress/e2e/summaryTab/dataProductSummary.js b/smoke-test/tests/cypress/cypress/e2e/summaryTab/dataProductSummary.js index 4a1c05d4f6..521a9731d3 100644 --- a/smoke-test/tests/cypress/cypress/e2e/summaryTab/dataProductSummary.js +++ b/smoke-test/tests/cypress/cypress/e2e/summaryTab/dataProductSummary.js @@ -23,7 +23,7 @@ describe("summary tab - data product", () => { ]); }); - it("data product - description section", () => { + it.skip("data product - description section", () => { utils.testAboutSection(); }); diff --git a/smoke-test/tests/cypress/cypress/e2e/summaryTab/domainSummary.js b/smoke-test/tests/cypress/cypress/e2e/summaryTab/domainSummary.js index 7309c08821..a8b8454da8 100644 --- a/smoke-test/tests/cypress/cypress/e2e/summaryTab/domainSummary.js +++ b/smoke-test/tests/cypress/cypress/e2e/summaryTab/domainSummary.js @@ -21,7 +21,7 @@ describe("summary tab - domain", () => { ]); }); - it("domain - description section", () => { + it.skip("domain - description section", () => { utils.testAboutSection(); }); diff --git a/smoke-test/tests/cypress/cypress/e2e/summaryTab/glossaryNodeSummary.js b/smoke-test/tests/cypress/cypress/e2e/summaryTab/glossaryNodeSummary.js index 283659f7fb..0b150a2530 100644 --- a/smoke-test/tests/cypress/cypress/e2e/summaryTab/glossaryNodeSummary.js +++ b/smoke-test/tests/cypress/cypress/e2e/summaryTab/glossaryNodeSummary.js @@ -19,7 +19,7 @@ describe("summary tab - glossary node", () => { ]); }); - it("glossary node - description section", () => { + it.skip("glossary node - description section", () => { utils.testAboutSection(); }); diff --git a/smoke-test/tests/cypress/cypress/e2e/summaryTab/glossaryTermSummary.js b/smoke-test/tests/cypress/cypress/e2e/summaryTab/glossaryTermSummary.js index 6b32fa0f44..d5789a858d 100644 --- a/smoke-test/tests/cypress/cypress/e2e/summaryTab/glossaryTermSummary.js +++ b/smoke-test/tests/cypress/cypress/e2e/summaryTab/glossaryTermSummary.js @@ -21,7 +21,7 @@ describe("summary tab - glossary term", () => { ]); }); - it("glossary term - description section", () => { + it.skip("glossary term - description section", () => { utils.testAboutSection(); });