Skip to content

Commit

Permalink
Add tier0 to source analysis without creds (#1271)
Browse files Browse the repository at this point in the history
Signed-off-by: Shveta Sachdeva <sshveta@redhat.com>
  • Loading branch information
sshveta authored Nov 21, 2024
1 parent a26c34d commit 1979bee
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ import { analysisColumn } from "../../../../views/analysis.view";
let applicationsList: Array<Analysis> = [];
let application: Analysis;

// TODO (mguetta1): mark it as tier0 once enabling CI again
describe(["@tier1"], "Source Analysis without credentials", () => {
describe(["@tier0"], "Source Analysis without credentials", () => {
before("Login", function () {
login();
});
Expand Down

0 comments on commit 1979bee

Please sign in to comment.