Skip to content

Commit

Permalink
Revert "[test] Skips test preventing promotion of ES snapshot elastic…
Browse files Browse the repository at this point in the history
…#71582"

This reverts commit 683fb42.
  • Loading branch information
Tyler Smalley committed Jul 14, 2020
1 parent c86ad7b commit 4d58cbd
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ export default function alertTests({ getService }: FtrProviderContext) {
const esTestIndexTool = new ESTestIndexTool(es, retry);
const taskManagerUtils = new TaskManagerUtils(es, retry);

// Failing ES promotion: https://github.com/elastic/kibana/issues/71582
describe.skip('alerts', () => {
describe('alerts', () => {
const authorizationIndex = '.kibana-test-authorization';
const objectRemover = new ObjectRemover(supertest);

Expand Down

0 comments on commit 4d58cbd

Please sign in to comment.