Skip to content

Commit 019304a

Browse files
committed
skip failing test suite (elastic#240927)
1 parent a09dfbe commit 019304a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

x-pack/platform/test/api_integration/apis/searchprofiler/searchprofiler.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ const API_BASE_PATH = '/api/searchprofiler';
1313
export default function ({ getService }: FtrProviderContext) {
1414
const supertest = getService('supertest');
1515

16-
describe('Profile', () => {
16+
// Failing: See https://github.com/elastic/kibana/issues/240927
17+
describe.skip('Profile', () => {
1718
it('should return profile results for a valid index', async () => {
1819
const payload = {
1920
index: '_all',

0 commit comments

Comments
 (0)