Temporarily disable client_authorization_test
Workaround for #29688 Signed-off-by: Hynek Mlnarik <hmlnarik@redhat.com>
This commit is contained in:
parent
c5ada9639e
commit
5212878e9f
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ describe("Client authentication subtab", () => {
|
|||
);
|
||||
});
|
||||
|
||||
describe("Client authorization tab access for view-realm-authorization", () => {
|
||||
describe.skip("Client authorization tab access for view-realm-authorization", () => {
|
||||
const clientId = "realm-view-authz-client-" + uuid();
|
||||
|
||||
beforeEach(async () => {
|
||||
|
|
Loading…
Reference in a new issue