Skip to content

Commit f8f6427

Browse files
authored
fix(e2e): enable quickstart on nightly runs (redhat-developer#2607)
1 parent e84abd9 commit f8f6427

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

workspaces/quickstart/e2e-tests/tests/config/dynamic-plugins.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

workspaces/quickstart/e2e-tests/tests/specs/quick-start.spec.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ import { test, expect } from "@red-hat-developer-hub/e2e-test-utils/test";
22

33
test.describe("Test Quick Start plugin", () => {
44
test.beforeAll(async ({ rhdh }) => {
5-
await rhdh.configure({ auth: "keycloak" });
5+
await rhdh.configure({
6+
auth: "keycloak",
7+
disableWrappers: ["red-hat-developer-hub-backstage-plugin-quickstart"],
8+
});
69
await rhdh.deploy();
710
});
811

0 commit comments

Comments
 (0)