Skip to content

Commit

Permalink
skip failing es promotion suites (#170980)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Nov 9, 2023
1 parent ab1375c commit 3db389c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ export default function ({ getService }) {
cleanUpTemplates,
} = registerHelpers({ supertest });

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

// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/170980
describe.skip('get all', () => {
describe('get all', () => {
const templateName = `template-${getRandomString()}`;
const indexTemplate = getTemplatePayload(templateName, [getRandomString()]);
const legacyTemplate = getTemplatePayload(templateName, [getRandomString()], true);
Expand Down

0 comments on commit 3db389c

Please sign in to comment.