Skip to content

Commit

Permalink
skip failing test suite (elastic#203205)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine authored and mykolaharmash committed Dec 11, 2024
1 parent c07c3e9 commit d3e5a9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional_gen_ai/inference/tests/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ import { chatCompleteSuite } from './chat_complete';

// eslint-disable-next-line import/no-default-export
export default function (providerContext: FtrProviderContext) {
describe('Inference plugin - API integration tests', async () => {
// Failing: See https://github.com/elastic/kibana/issues/203205
describe.skip('Inference plugin - API integration tests', async () => {
getAvailableConnectors().forEach((connector) => {
describe(`Connector ${connector.id}`, () => {
chatCompleteSuite(connector, providerContext);
Expand Down

0 comments on commit d3e5a9d

Please sign in to comment.