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