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

Commit

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

// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/87157
describe.skip('API Keys', () => {
describe('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 e068fef

Please sign in to comment.