Skip broken client authorization tests (#2360)
This commit is contained in:
parent
23492a50af
commit
d5b9c2d995
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import SidebarPage from "../support/pages/admin_console/SidebarPage";
|
|||
import AuthorizationTab from "../support/pages/admin_console/manage/clients/AuthorizationTab";
|
||||
import ModalUtils from "../support/util/ModalUtils";
|
||||
|
||||
describe("Client authentication subtab", () => {
|
||||
describe.skip("Client authentication subtab", () => {
|
||||
const loginPage = new LoginPage();
|
||||
const listingPage = new ListingPage();
|
||||
const masthead = new Masthead();
|
||||
|
|
Loading…
Reference in a new issue