Skip to content

Commit

Permalink
Update interop test suite (#958)
Browse files Browse the repository at this point in the history
Signed-off-by: Nandini Chandra <[email protected]>
  • Loading branch information
nachandr authored Feb 12, 2024
1 parent 292b555 commit 8d5cfd0
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/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"], "Migration Waves CRUD operations", () => {
describe(["@tier0", "interop"], "Migration Waves CRUD operations", () => {
before("Create test data", () => {
login();
stakeHolders = createMultipleStakeholders(2);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ let projectName = "";
* @see export_to_jira_datacenter.test.ts for Jira Datacenter tests
* This suite is almost identical to jira_datacenter but putting both tests in the same suite would make the code harder to read
*/
describe(["@tier1", "@interop"], "Export Migration Wave to Jira Cloud", function () {
describe(["@tier1"], "Export Migration Wave to Jira Cloud", function () {
before("Create test data", function () {
if (
!Cypress.env("jira_atlassian_cloud_project") ||
Expand Down

0 comments on commit 8d5cfd0

Please sign in to comment.