Skip to content

Commit

Permalink
[release-0.6] move tag and mig wave crud tests to tier2 (#1339)
Browse files Browse the repository at this point in the history
Signed-off-by: Nandini Chandra <[email protected]>
  • Loading branch information
nachandr authored Feb 7, 2025
1 parent 7ed3578 commit c192894
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cypress/e2e/tests/migration/controls/tags/tag/crud.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import { Tag } from "../../../../../models/migration/controls/tags";
import * as data from "../../../../../../utils/data_utils";
import { migration, tdTag } from "../../../../../types/constants";

describe(["@tier0"], "Tag CRUD operations", () => {
describe(["@tier2"], "Tag CRUD operations", () => {
beforeEach("Login", function () {
login();

Expand Down
2 changes: 1 addition & 1 deletion cypress/e2e/tests/migration/migration-waves/crud.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const now = new Date();
const end = new Date(now.getTime());
end.setFullYear(end.getFullYear() + 1);

describe(["@tier0", "interop"], "Migration Waves CRUD operations", () => {
describe(["@tier2", "interop"], "Migration Waves CRUD operations", () => {
before("Create test data", () => {
login();
stakeHolders = createMultipleStakeholders(2);
Expand Down

0 comments on commit c192894

Please sign in to comment.