Skip to content

Commit

Permalink
chore(e2e): temporarily disable a failing test (#2196)
Browse files Browse the repository at this point in the history
* test

Signed-off-by: Gustavo Lira <guga.java@gmail.com>

* RHIDP-5439 - disabling the test until the fix

Signed-off-by: Gustavo Lira <guga.java@gmail.com>

* RHIDP-5439 - disabling the test until the fix

Signed-off-by: Gustavo Lira <guga.java@gmail.com>

---------

Signed-off-by: Gustavo Lira <guga.java@gmail.com>
  • Loading branch information
gustavolira authored Jan 16, 2025
1 parent 76b1d1c commit ce55f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-tests/playwright/e2e/audit-log/catalog.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ce55f73

Please sign in to comment.