Skip to content

Commit

Permalink
Skip serverless AI assistant knowledge base status tests on MKI (#205678
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 status for MKI runs.

Details in #205677
  • Loading branch information
pheyos authored Jan 7, 2025
1 parent 212b192 commit 7e82712
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ export default function ApiTest({ getService }: FtrProviderContext) {
const observabilityAIAssistantAPIClient = getService('observabilityAIAssistantAPIClient');

describe('/internal/observability_ai_assistant/kb/status', function () {
// Fails on MKI: https://github.com/elastic/kibana/issues/205677
this.tags(['failsOnMKI']);

before(async () => {
await createKnowledgeBaseModel(ml);
await observabilityAIAssistantAPIClient
Expand Down

0 comments on commit 7e82712

Please sign in to comment.