skip flaky suite (#145135)

This commit is contained in:
Tiago Costa 2022-11-14 17:10:41 +00:00
parent 261231f8c8
commit e7730f0ab1
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -84,7 +84,8 @@ export default function ({ getService }: FtrProviderContext) {
};
describe('Privileges', () => {
describe('GET /api/security/privileges', () => {
// FLAKY: https://github.com/elastic/kibana/issues/145135
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