Skip to content

Commit 7e82712

Browse files
authored
Skip serverless AI assistant knowledge base status tests on MKI (#205678)
## Summary This PR skips the serverless API integration tests for Observability AI assistant knowledge base status for MKI runs. Details in #205677
1 parent 212b192 commit 7e82712

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

x-pack/test_serverless/api_integration/test_suites/observability/ai_assistant/tests/knowledge_base/knowledge_base_status.spec.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ export default function ApiTest({ getService }: FtrProviderContext) {
2424
const observabilityAIAssistantAPIClient = getService('observabilityAIAssistantAPIClient');
2525

2626
describe('/internal/observability_ai_assistant/kb/status', function () {
27+
// Fails on MKI: https://github.com/elastic/kibana/issues/205677
28+
this.tags(['failsOnMKI']);
29+
2730
before(async () => {
2831
await createKnowledgeBaseModel(ml);
2932
await observabilityAIAssistantAPIClient

0 commit comments

Comments
 (0)