Skip to content

Commit 467dd11

Browse files
committed
skip failing test suite (#232991)
1 parent b0c3176 commit 467dd11

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

x-pack/platform/test/onechat_api_integration/apis/builtin_tools.ts

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

16-
describe('Builtin Tools API', () => {
16+
// Failing: See https://github.com/elastic/kibana/issues/232991
17+
describe.skip('Builtin Tools API', () => {
1718
describe('DELETE /api/chat/tools/.nl_search', () => {
1819
it('should return 400 error when attempting to delete any read-only builtin system tool', async () => {
1920
for (const toolId of Object.values(builtinToolIds) as string[]) {

0 commit comments

Comments
 (0)