Skip to content

Commit 661fdd3

Browse files
authored
test: skip gitlab discovery UI tests due to RHDHBUGS-1977 [skip-build] (#3284)
Signed-off-by: Gustavo Lira <[email protected]>
1 parent 1366736 commit 661fdd3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

e2e-tests/playwright/e2e/plugins/gitlab/gitlab-discovery.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ import { Common } from "../../../utils/common";
44

55
// Pre-req: backstage-plugin-catalog-backend-module-gitlab-dynamic
66
// Pre-req: immobiliarelabs-backstage-plugin-gitlab-backend-dynamic
7-
test.describe("gitlab discovery UI tests", () => {
7+
//FIXME: RHDHBUGS-1977
8+
test.describe.skip("gitlab discovery UI tests", () => {
89
let uiHelper: UIhelper;
910
let common: Common;
1011

0 commit comments

Comments
 (0)