Skip to content

Commit

Permalink
skip flaky suite (#145134)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Nov 14, 2022
1 parent 34d8a68 commit 19c4e19
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ export default function ({ getService }: FtrProviderContext) {
const supertest = getService('supertest');

describe('Privileges', () => {
describe('GET /api/security/privileges', () => {
// FLAKY: https://github.com/elastic/kibana/issues/145134
describe.skip('GET /api/security/privileges', () => {
it('should return a privilege map with all known privileges, without actions', async () => {
// If you're adding a privilege to the following, that's great!
// If you're removing a privilege, this breaks backwards compatibility
Expand Down

0 comments on commit 19c4e19

Please sign in to comment.