skip failing test suite (#146067)

This commit is contained in:
Kibana Machine 2022-11-23 11:57:38 -05:00
parent 2a690f27e3
commit 9ba222a45a

View file

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