Skip serverless AI assistant knowledge base tests on MKI (#205582)

## Summary

This PR skips the serverless API integration tests for Observability AI
assistant knowledge base for MKI runs.

Details in #205581
This commit is contained in:
Robert Oskamp 2025-01-06 11:07:24 +01:00 committed by GitHub
parent 9b07ca4df5
commit 69cb96654b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,6 +22,9 @@ export default function ApiTest({ getService }: FtrProviderContext) {
const observabilityAIAssistantAPIClient = getService('observabilityAIAssistantAPIClient');
describe('Knowledge base', function () {
// Fails on MKI: https://github.com/elastic/kibana/issues/205581
this.tags(['failsOnMKI']);
before(async () => {
await createKnowledgeBaseModel(ml);