Skip to content

Commit

Permalink
skip flaky suite (#58785)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Feb 27, 2020
1 parent d474ccf commit 07c22f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/api_integration/apis/security/privileges.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 07c22f1

Please sign in to comment.