skip flaky suite (#145204)

This commit is contained in:
Tiago Costa 2022-11-21 18:13:56 +00:00
parent ba53e78eb0
commit 8eaa22706c
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -101,7 +101,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 },