Skip to content

Commit

Permalink
Skip serverless AI assistant knowledge base status tests on MKI (elas…
Browse files Browse the repository at this point in the history
…tic#205678)

## Summary

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

Details in elastic#205677

(cherry picked from commit 7e82712)
  • Loading branch information
pheyos committed Jan 7, 2025
1 parent 567b237 commit 1b1462b
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 1b1462b

Please sign in to comment.