Skip to content

Commit

Permalink
Change the way dc tests are tagged as they don't run properly with cy…
Browse files Browse the repository at this point in the history
…press_include_tags option (#1263)

Signed-off-by: M Sajid Mansoori <[email protected]>
  • Loading branch information
msajidmansoori12 authored Nov 14, 2024
1 parent d80905f commit 994b9d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ describe(["@tier2"], "Validation of Source Control Credentials", () => {
});

it(
["@tier1", "@dc", "@interop"],
"Creating source control credentials with username/password and cancelling without saving",
{ tags: ["@tier1", "@dc", "@interop"] },
() => {
scCredsUsername.create(toBeCanceled);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ describe(["@tier3"], "Operations after application import", () => {
});

it(
["@dc"],
"Perform application assessment after a successful application import",
{ tags: "@dc" },
function () {
const application = new Application(appdata);

Expand Down

0 comments on commit 994b9d2

Please sign in to comment.