Skip to content

Commit

Permalink
Unskip the test (#101414)
Browse files Browse the repository at this point in the history
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
  • Loading branch information
yuliacech and kibanamachine authored Jun 8, 2021
1 parent 6525105 commit 2d3340b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ export default function ({ getService }) {

const { addPolicyToIndex } = registerIndexHelpers({ supertest });

// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/101219
describe.skip('policies', () => {
describe('policies', () => {
after(() => Promise.all([cleanUpEsResources(), cleanUpPolicies()]));

describe('list', () => {
Expand Down

0 comments on commit 2d3340b

Please sign in to comment.