skip flaky suite (#145134)

This commit is contained in:
Tiago Costa 2022-11-14 17:40:57 +00:00
parent 34d8a68d10
commit 19c4e19813
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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