From 1aa42c9dd76fb5f5047df5a9c3578c2a22d1e8ec Mon Sep 17 00:00:00 2001 From: Shveta Sachdeva Date: Thu, 21 Nov 2024 12:34:58 -0800 Subject: [PATCH] Add tier0 to source analysis without creds Signed-off-by: Shveta Sachdeva --- .../analysis/source_analysis_without_creds.test.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cypress/e2e/tests/migration/applicationinventory/analysis/source_analysis_without_creds.test.ts b/cypress/e2e/tests/migration/applicationinventory/analysis/source_analysis_without_creds.test.ts index 3a4ddf769..288c4cdab 100644 --- a/cypress/e2e/tests/migration/applicationinventory/analysis/source_analysis_without_creds.test.ts +++ b/cypress/e2e/tests/migration/applicationinventory/analysis/source_analysis_without_creds.test.ts @@ -39,8 +39,7 @@ import { analysisColumn } from "../../../../views/analysis.view"; let applicationsList: Array = []; 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(); });