skip failing test suite (#146068)

This commit is contained in:
Kibana Machine 2022-11-23 11:57:17 -05:00
parent 43058d4f2f
commit 2a690f27e3

View file

@ -16,7 +16,8 @@ export default function ({ getService }) {
const supertest = getService('supertest');
const { setup, tearDown } = getLifecycleMethods(getService);
describe('indices - metricbeat and package', () => {
// Failing: See https://github.com/elastic/kibana/issues/146068
describe.skip('indices - metricbeat and package', () => {
['mb', 'package'].forEach((source) => {
describe(`indices ${source}`, () => {
describe('shard-relocation', () => {