From fd27be7365e42bb7eb03930fcaff5795aaf55a07 Mon Sep 17 00:00:00 2001 From: Kaise Cheng Date: Thu, 12 Nov 2020 14:58:45 +0100 Subject: [PATCH] fix flaky test #83231 --- x-pack/test/functional/apps/logstash/pipeline_create.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/x-pack/test/functional/apps/logstash/pipeline_create.js b/x-pack/test/functional/apps/logstash/pipeline_create.js index b5cd4176427ff..2b70dc1832367 100644 --- a/x-pack/test/functional/apps/logstash/pipeline_create.js +++ b/x-pack/test/functional/apps/logstash/pipeline_create.js @@ -16,8 +16,7 @@ export default function ({ getService, getPageObjects }) { const PageObjects = getPageObjects(['logstash']); const retry = getService('retry'); - // FLAKY: https://github.com/elastic/kibana/issues/83231 - describe.skip('pipeline create new', () => { + describe('pipeline create new', () => { let originalWindowSize; before(async () => {