Skip to content

Commit

Permalink
Skip serverless AI assistant knowledge base tests on MKI (elastic#205582
Browse files Browse the repository at this point in the history
)

## Summary

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

Details in elastic#205581
  • Loading branch information
pheyos authored Jan 6, 2025
1 parent 9b07ca4 commit 69cb966
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 69cb966

Please sign in to comment.