mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky suite (#145204)
This commit is contained in:
parent
16fbbcfa20
commit
a4db3e937d
1 changed files with 2 additions and 1 deletions
|
@ -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 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue