skip flaky suite. #97954

This commit is contained in:
Jonathan Budzenski 2021-04-22 16:22:42 -05:00
parent fc45de9fd0
commit fde12bf145

View file

@ -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',