We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a09dfbe commit 019304aCopy full SHA for 019304a
1 file changed
x-pack/platform/test/api_integration/apis/searchprofiler/searchprofiler.ts
@@ -13,7 +13,8 @@ const API_BASE_PATH = '/api/searchprofiler';
13
export default function ({ getService }: FtrProviderContext) {
14
const supertest = getService('supertest');
15
16
- describe('Profile', () => {
+ // Failing: See https://github.com/elastic/kibana/issues/240927
17
+ describe.skip('Profile', () => {
18
it('should return profile results for a valid index', async () => {
19
const payload = {
20
index: '_all',
0 commit comments