From b2a7317aac92d2dcb6ad4b301a932f46a71b87f5 Mon Sep 17 00:00:00 2001 From: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Date: Fri, 3 May 2024 14:00:40 -0400 Subject: [PATCH] skip failing test suite (#182601) --- .../functional/test_suites/common/discover/x_pack/reporting.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/x-pack/test_serverless/functional/test_suites/common/discover/x_pack/reporting.ts b/x-pack/test_serverless/functional/test_suites/common/discover/x_pack/reporting.ts index ceffe951d1f46..3e4ea3b14fdbd 100644 --- a/x-pack/test_serverless/functional/test_suites/common/discover/x_pack/reporting.ts +++ b/x-pack/test_serverless/functional/test_suites/common/discover/x_pack/reporting.ts @@ -63,6 +63,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) { // Failing: See https://github.com/elastic/kibana/issues/182599 // Failing: See https://github.com/elastic/kibana/issues/182603 + // Failing: See https://github.com/elastic/kibana/issues/182601 describe.skip('Discover CSV Export', () => { describe('Check Available', () => { before(async () => {