Skip to content

Commit

Permalink
Making sure test runs as TIER3
Browse files Browse the repository at this point in the history
Signed-off-by: Maayan Hadasi <[email protected]>
  • Loading branch information
mguetta1 committed Dec 11, 2024
1 parent cb33ff7 commit da9a1ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ import { AnalysisStatuses, issueFilter, SEC, tdTag, trTag } from "../../../../ty
import { randomWordGenerator } from "../../../../../utils/data_utils";
import { rightSideBar } from "../../../../views/issue.view";

describe.skip(["@tier3"], "Filtering, sorting and pagination in Issues", function () {
describe(["@tier3"], "Filtering, sorting and pagination in Issues", () => {
const applicationsList: Analysis[] = [];
let businessServiceList: BusinessServices[];
let archetype: Archetype;
Expand Down

0 comments on commit da9a1ef

Please sign in to comment.