Skip to content

Commit 6614dc5

Browse files
chore: re-enable tests in rbac.spec.ts (#3892)
1 parent 2f8aa63 commit 6614dc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e-tests/playwright/e2e/plugins/rbac/rbac.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import { downloadAndReadFile } from "../../../utils/helper";
2121
The policies generated from a policy.csv or ConfigMap file cannot be edited or deleted using the Developer Hub Web UI.
2222
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
2323
*/
24-
test.describe.skip("Test RBAC", () => {
24+
test.describe.serial("Test RBAC", () => {
2525
test.beforeAll(async () => {
2626
test.info().annotations.push({
2727
type: "component",

0 commit comments

Comments
 (0)