skip flaky suite (#116070)

This commit is contained in:
Tiago Costa 2021-11-02 12:51:58 +00:00
parent f4ca6c48ef
commit 0ecffd9a2d
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', () => {
// FLAKY: https://github.com/elastic/kibana/issues/116070
describe.skip('Logstash pipelines', () => {
const { setup, tearDown } = getLifecycleMethods(getService, getPageObjects);
before(async () => {