We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0c3176 commit 467dd11Copy full SHA for 467dd11
x-pack/platform/test/onechat_api_integration/apis/builtin_tools.ts
@@ -13,7 +13,8 @@ export default function ({ getService }: FtrProviderContext) {
13
const supertest = getService('supertest');
14
const kibanaServer = getService('kibanaServer');
15
16
- describe('Builtin Tools API', () => {
+ // Failing: See https://github.com/elastic/kibana/issues/232991
17
+ describe.skip('Builtin Tools API', () => {
18
describe('DELETE /api/chat/tools/.nl_search', () => {
19
it('should return 400 error when attempting to delete any read-only builtin system tool', async () => {
20
for (const toolId of Object.values(builtinToolIds) as string[]) {
0 commit comments