Skip to content

Commit

Permalink
skip suite failing es promotion. elastic#103364
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Jun 24, 2021
1 parent b12095b commit 45b6601
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -32,7 +32,8 @@ export default function ({ getService }) {

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

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

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

0 comments on commit 45b6601

Please sign in to comment.