Skip to content

Commit

Permalink
skip failing test suite (#203408)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Dec 10, 2024
1 parent 2479e0a commit 3f71872
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ export default function ApiTest({ getService }: FtrProviderContext) {
},
];

describe('/api/observability_ai_assistant/chat/complete', function () {
// Failing: See https://github.com/elastic/kibana/issues/203408
describe.skip('/api/observability_ai_assistant/chat/complete', function () {
// TODO: https://github.com/elastic/kibana/issues/192751
this.tags(['skipMKI']);

Expand Down

0 comments on commit 3f71872

Please sign in to comment.