Skip to content

Commit

Permalink
Skipping the privileges api integration test (elastic#36142)
Browse files Browse the repository at this point in the history
  • Loading branch information
kobelb committed May 9, 2019
1 parent c6bc1be commit c394c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/test/api_integration/apis/security/privileges.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default function({ getService }: KibanaFunctionalTestDefaultProviders) {

let version: string;

describe('Privileges', () => {
describe.skip('Privileges', () => {
before(async () => {
const versionService = getService('kibanaServer').version;
version = await versionService.get();
Expand Down

0 comments on commit c394c70

Please sign in to comment.