Skip to content

Commit

Permalink
[RFR][JF] Skiped the Bug Tests
Browse files Browse the repository at this point in the history
Signed-off-by: Karishma Punwatkar <[email protected]>

	modified:   cypress/e2e/tests/migration/applicationinventory/analysis/affected_files.test.ts
	modified:   cypress/e2e/tests/migration/applicationinventory/analysis/custom-rules.test.ts
  • Loading branch information
kpunwatk committed Apr 9, 2024
1 parent 8b79008 commit ce94798
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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", {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"])
Expand Down

0 comments on commit ce94798

Please sign in to comment.