mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
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
This commit is contained in:
parent
212b192674
commit
7e82712ab9
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue