Skip to content

Commit

Permalink
skip flaky suite (elastic#145204)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz authored and darnautov committed Feb 7, 2023
1 parent c726afb commit a7bf50f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,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, canAccessFleet: true },
Expand Down

0 comments on commit a7bf50f

Please sign in to comment.