Skip to content

Commit

Permalink
[8.x] Skip serverless AI assistant knowledge base status tests on MKI (
Browse files Browse the repository at this point in the history
…#205678) (#205703)

# Backport

This will backport the following commits from `main` to `8.x`:
- [Skip serverless AI assistant knowledge base status tests on MKI
(#205678)](#205678)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Robert
Oskamp","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-01-07T10:48:14Z","message":"Skip
serverless AI assistant knowledge base status tests on MKI
(#205678)\n\n## Summary\r\n\r\nThis PR skips the serverless API
integration tests for Observability AI\r\nassistant knowledge base
status for MKI runs.\r\n\r\nDetails in
#205677","sha":"7e82712ab9ccaf07dfd1f3118a955eef1b089f55","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","backport:prev-minor","v8.18.0"],"title":"Skip
serverless AI assistant knowledge base status tests on
MKI","number":205678,"url":"https://github.com/elastic/kibana/pull/205678","mergeCommit":{"message":"Skip
serverless AI assistant knowledge base status tests on MKI
(#205678)\n\n## Summary\r\n\r\nThis PR skips the serverless API
integration tests for Observability AI\r\nassistant knowledge base
status for MKI runs.\r\n\r\nDetails in
#205677","sha":"7e82712ab9ccaf07dfd1f3118a955eef1b089f55"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/205678","number":205678,"mergeCommit":{"message":"Skip
serverless AI assistant knowledge base status tests on MKI
(#205678)\n\n## Summary\r\n\r\nThis PR skips the serverless API
integration tests for Observability AI\r\nassistant knowledge base
status for MKI runs.\r\n\r\nDetails in
#205677","sha":"7e82712ab9ccaf07dfd1f3118a955eef1b089f55"}},{"branch":"8.x","label":"v8.18.0","branchLabelMappingKey":"^v8.18.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Robert Oskamp <[email protected]>
  • Loading branch information
kibanamachine and pheyos authored Jan 7, 2025
1 parent 835c175 commit ebce916
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 ebce916

Please sign in to comment.