skip flaky suites (#121172)

This commit is contained in:
Tiago Costa 2021-12-20 14:06:08 +00:00
parent 2b66871c3e
commit 8406b9aa88
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -15,7 +15,8 @@ export default function ({ getService, getPageObjects }) {
const pipelinesList = getService('monitoringLogstashPipelines');
const lsClusterSummaryStatus = getService('monitoringLogstashSummaryStatus');
describe('Logstash pipelines mb', () => {
// FLAKY: https://github.com/elastic/kibana/issues/121172
describe.skip('Logstash pipelines mb', () => {
const { setup, tearDown } = getLifecycleMethods(getService, getPageObjects);
before(async () => {