From 8bd2809bb7e14ea0ffb75e58e12f61f6bbfc6b6e Mon Sep 17 00:00:00 2001 From: spalger Date: Wed, 11 Nov 2020 16:59:25 -0700 Subject: [PATCH] skip flaky suite (#83231) --- x-pack/test/functional/apps/logstash/pipeline_create.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/test/functional/apps/logstash/pipeline_create.js b/x-pack/test/functional/apps/logstash/pipeline_create.js index 1fd09ce393785..c3cf102c908a0 100644 --- a/x-pack/test/functional/apps/logstash/pipeline_create.js +++ b/x-pack/test/functional/apps/logstash/pipeline_create.js @@ -15,7 +15,8 @@ export default function ({ getService, getPageObjects }) { const PageObjects = getPageObjects(['logstash']); const retry = getService('retry'); - describe('pipeline create new', () => { + // FLAKY: https://github.com/elastic/kibana/issues/83231 + describe.skip('pipeline create new', () => { let originalWindowSize; before(async () => {