mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip failing test suite (#146068)
This commit is contained in:
parent
43058d4f2f
commit
2a690f27e3
1 changed files with 2 additions and 1 deletions
|
@ -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', () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue