diff --git a/e2e-tests/playwright/e2e/audit-log/catalog.spec.ts b/e2e-tests/playwright/e2e/audit-log/catalog.spec.ts index a217e4930c..45e985c1bb 100644 --- a/e2e-tests/playwright/e2e/audit-log/catalog.spec.ts +++ b/e2e-tests/playwright/e2e/audit-log/catalog.spec.ts @@ -4,7 +4,7 @@ import { UIhelper } from "../../utils/ui-helper"; import { LogUtils } from "./log-utils"; import { CatalogImport } from "../../support/pages/catalog-import"; -test.describe("Audit Log check for Catalog Plugin", () => { +test.describe.skip("Audit Log check for Catalog Plugin", () => { let uiHelper: UIhelper; let common: Common; let catalogImport: CatalogImport;