We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f8aa63 commit 6614dc5Copy full SHA for 6614dc5
e2e-tests/playwright/e2e/plugins/rbac/rbac.spec.ts
@@ -21,7 +21,7 @@ import { downloadAndReadFile } from "../../../utils/helper";
21
The policies generated from a policy.csv or ConfigMap file cannot be edited or deleted using the Developer Hub Web UI.
22
https://docs.redhat.com/en/documentation/red_hat_developer_hub/1.3/html/authorization/managing-authorizations-by-using-the-web-ui#proc-rbac-ui-edit-role_title-authorization
23
*/
24
-test.describe.skip("Test RBAC", () => {
+test.describe.serial("Test RBAC", () => {
25
test.beforeAll(async () => {
26
test.info().annotations.push({
27
type: "component",
0 commit comments