From fde12bf1451d1b5c842462e90727bd576f6a7c03 Mon Sep 17 00:00:00 2001 From: Jonathan Budzenski Date: Thu, 22 Apr 2021 16:22:42 -0500 Subject: [PATCH] skip flaky suite. #97954 --- .../test/api_integration/apis/searchprofiler/searchprofiler.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/test/api_integration/apis/searchprofiler/searchprofiler.ts b/x-pack/test/api_integration/apis/searchprofiler/searchprofiler.ts index f0478ea41b04..ab9650541464 100644 --- a/x-pack/test/api_integration/apis/searchprofiler/searchprofiler.ts +++ b/x-pack/test/api_integration/apis/searchprofiler/searchprofiler.ts @@ -10,10 +10,11 @@ import { FtrProviderContext } from '../../ftr_provider_context'; const API_BASE_PATH = '/api/searchprofiler'; +// Flaky https://github.com/elastic/kibana/issues/97954 export default function ({ getService }: FtrProviderContext) { const supertest = getService('supertest'); - describe('Profile', () => { + describe.skip('Profile', () => { it('should return profile results for a valid index', async () => { const payload = { index: '_all',