skip flaky suite (#145204)

This commit is contained in:
Jonathan Budzenski 2023-02-01 15:06:44 -06:00
parent 16fbbcfa20
commit a4db3e937d

View file

@ -100,7 +100,8 @@ describe('when in the Administration tab', () => {
});
});
describe('when the user has permissions', () => {
// FLAKY: https://github.com/elastic/kibana/issues/145204
describe.skip('when the user has permissions', () => {
it('should display the Management view if user has privileges', async () => {
useUserPrivilegesMock.mockReturnValue({
endpointPrivileges: { loading: false, canReadEndpointList: true },