From ce947985c98084fb2aebef1359fdfc20e59d44d7 Mon Sep 17 00:00:00 2001 From: kpunwatk Date: Tue, 9 Apr 2024 12:00:31 +0530 Subject: [PATCH] [RFR][JF] Skiped the Bug Tests Signed-off-by: Karishma Punwatkar modified: cypress/e2e/tests/migration/applicationinventory/analysis/affected_files.test.ts modified: cypress/e2e/tests/migration/applicationinventory/analysis/custom-rules.test.ts --- .../applicationinventory/analysis/affected_files.test.ts | 2 +- .../applicationinventory/analysis/custom-rules.test.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cypress/e2e/tests/migration/applicationinventory/analysis/affected_files.test.ts b/cypress/e2e/tests/migration/applicationinventory/analysis/affected_files.test.ts index 67fc8ab1b..bfc93c814 100644 --- a/cypress/e2e/tests/migration/applicationinventory/analysis/affected_files.test.ts +++ b/cypress/e2e/tests/migration/applicationinventory/analysis/affected_files.test.ts @@ -140,7 +140,7 @@ describe(["@tier2"], "Bug MTA-2006: Affected files validation", () => { ); }); - it("Bug MTA-2006: Affected files validation with Source + dependencies analysis on daytrader app", function () { + it.skip("Bug MTA-2006: Affected files validation with Source + dependencies analysis on daytrader app", function () { // Automate bug https://issues.redhat.com/browse/MTA-2006 const application = new Analysis( getRandomApplicationData("affected_files_on_day_trader_app", { diff --git a/cypress/e2e/tests/migration/applicationinventory/analysis/custom-rules.test.ts b/cypress/e2e/tests/migration/applicationinventory/analysis/custom-rules.test.ts index 4fcb18da0..b621d38c8 100644 --- a/cypress/e2e/tests/migration/applicationinventory/analysis/custom-rules.test.ts +++ b/cypress/e2e/tests/migration/applicationinventory/analysis/custom-rules.test.ts @@ -104,7 +104,7 @@ describe(["@tier2"], "Bug MTA-2015: Custom Rules in analyses", function () { }); // Automates Bug MTA-2015 - it("Bug MTA-2015: Custom rule with administracionEfectivo application", function () { + it.skip("Bug MTA-2015: Custom rule with administracionEfectivo application", function () { const app = new Analysis( getRandomApplicationData("customRule_administracionEfectivo"), getRandomAnalysisData(this.analysisData["administracionEfectivo_custom_rules"])