From 013bc3a5046fcff437a9d9160fa4ae611649322a Mon Sep 17 00:00:00 2001 From: spalger Date: Tue, 10 Sep 2019 18:07:58 -0700 Subject: [PATCH] skip flaky suite (#43069) --- .../reporting/export_types/csv/server/__tests__/execute_job.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/legacy/plugins/reporting/export_types/csv/server/__tests__/execute_job.js b/x-pack/legacy/plugins/reporting/export_types/csv/server/__tests__/execute_job.js index 3d2c7c3b0ae3c6..b4c46f3539640a 100644 --- a/x-pack/legacy/plugins/reporting/export_types/csv/server/__tests__/execute_job.js +++ b/x-pack/legacy/plugins/reporting/export_types/csv/server/__tests__/execute_job.js @@ -474,7 +474,8 @@ describe('CSV Execute Job', function () { }); }); - describe('cancellation', function () { + // FLAKY: https://github.com/elastic/kibana/issues/43069 + describe.skip('cancellation', function () { const scrollId = getRandomScrollId(); beforeEach(function () {