Skip to content

Commit ce55f73

Browse files
authored
chore(e2e): temporarily disable a failing test (#2196)
* test Signed-off-by: Gustavo Lira <[email protected]> * RHIDP-5439 - disabling the test until the fix Signed-off-by: Gustavo Lira <[email protected]> * RHIDP-5439 - disabling the test until the fix Signed-off-by: Gustavo Lira <[email protected]> --------- Signed-off-by: Gustavo Lira <[email protected]>
1 parent 76b1d1c commit ce55f73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e-tests/playwright/e2e/audit-log/catalog.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { UIhelper } from "../../utils/ui-helper";
44
import { LogUtils } from "./log-utils";
55
import { CatalogImport } from "../../support/pages/catalog-import";
66

7-
test.describe("Audit Log check for Catalog Plugin", () => {
7+
test.describe.skip("Audit Log check for Catalog Plugin", () => {
88
let uiHelper: UIhelper;
99
let common: Common;
1010
let catalogImport: CatalogImport;

0 commit comments

Comments
 (0)