Skip to content

Commit

Permalink
skip flaky suite (#145204)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Nov 21, 2022
1 parent daf385c commit 187cd35
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ describe('when in the Administration tab', () => {
});
});

describe('when the user has permissions', () => {
// FLAKY: https:/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 },
Expand Down

0 comments on commit 187cd35

Please sign in to comment.