Skip to content

Commit

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

0 comments on commit a4db3e9

Please sign in to comment.