Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
skip failing es promotion suite (elastic#87157)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jan 4, 2021
1 parent b22210d commit 16fa35c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/api_integration/apis/security/api_keys.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ import { FtrProviderContext } from '../../ftr_provider_context';
export default function ({ getService }: FtrProviderContext) {
const supertest = getService('supertest');

describe('API Keys', () => {
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/87157
describe.skip('API Keys', () => {
describe('GET /internal/security/api_key/_enabled', () => {
it('should indicate that API Keys are enabled', async () => {
await supertest
Expand Down

0 comments on commit 16fa35c

Please sign in to comment.