skip flaky suite (#58785)

This commit is contained in:
spalger 2020-02-27 15:23:54 -07:00
parent d474ccf244
commit 07c22f13b7

View file

@ -9,7 +9,8 @@ import { FtrProviderContext } from '../../ftr_provider_context';
export default function({ getService }: FtrProviderContext) {
const supertest = getService('supertest');
describe('Privileges', () => {
// FLAKY: https://github.com/elastic/kibana/issues/58785
describe.skip('Privileges', () => {
describe('GET /api/security/privileges', () => {
it('should return a privilege map with all known privileges, without actions', async () => {
await supertest