Skip to content

Commit

Permalink
Narrowed tier0 (#1347)
Browse files Browse the repository at this point in the history
Signed-off-by: Shveta Sachdeva <[email protected]>
  • Loading branch information
sshveta authored Feb 18, 2025
1 parent 274bb90 commit 7200556
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import { infoAlertMessage } from "../../../../views/common.view";
let applicationsList: Array<Analysis> = [];
let application: Analysis;

describe(["@tier0"], "Source Analysis without credentials", () => {
describe(["@tier1"], "Source Analysis without credentials", () => {
before("Login", function () {
login();
});
Expand All @@ -56,7 +56,7 @@ describe(["@tier0"], "Source Analysis without credentials", () => {
cy.intercept("GET", "/hub/application*").as("getApplication");
});

it("Source Analysis on bookserver app and its issues validation", function () {
it(["@tier0"], "Source Analysis on bookserver app and its issues validation", function () {
// For source code analysis application must have source code URL git or svn
application = new Analysis(
getRandomApplicationData("bookserverApp", {
Expand Down Expand Up @@ -94,7 +94,7 @@ describe(["@tier0"], "Source Analysis without credentials", () => {
});

// Automates Bug https://issues.redhat.com/browse/MTA-3440
it("Source analysis on bookserver app with EAP8 target", function () {
it(["@tier0"], "Source analysis on bookserver app with EAP8 target", function () {
const application = new Analysis(
getRandomApplicationData("eap8-bookserverApp", {
sourceData: this.appData["bookserver-app"],
Expand Down

0 comments on commit 7200556

Please sign in to comment.