Skip broken client authorization tests (#2360)

This commit is contained in:
Jon Koops 2022-03-28 12:46:45 +02:00 committed by GitHub
parent 23492a50af
commit d5b9c2d995
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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();