Skip to content

Commit

Permalink
Skip serverless AI assistant knowledge base status tests on MKI
Browse files Browse the repository at this point in the history
  • Loading branch information
pheyos committed Jan 7, 2025
1 parent 9d95a80 commit 4193512
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 4193512

Please sign in to comment.