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 kqualters-elastic committed Feb 6, 2023
1 parent f95e0d1 commit 610cb3a
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 610cb3a

Please sign in to comment.