Skip to content

Commit

Permalink
[8.x] Skip 'No connectors or conversations exist' on serverless (#2…
Browse files Browse the repository at this point in the history
…13078) (#213110)

# Backport

This will backport the following commits from `main` to `8.x`:
- [Skip `'No connectors or conversations exist'` on serverless
(#213078)](#213078)

<!--- Backport version: 9.6.6 -->

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

<!--BACKPORT [{"author":{"name":"Patryk
Kopyciński","email":"contact@patrykkopycinski.com"},"sourceCommit":{"committedDate":"2025-03-04T14:28:12Z","message":"Skip
`'No connectors or conversations exist'` on serverless (#213078)\n\n##
Summary\n\nFixes\nhttps://buildkite.com/elastic/kibana-serverless-security-solution-quality-gate-gen-ai/builds/2139#_\n\n\n![image](https://github.com/user-attachments/assets/0e2db8db-28d8-4097-968c-52a42b2e9b07)","sha":"f74b6b52dc7f84878488348512f0a26366d9c3c7","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:version","v9.1.0","v8.19.0"],"title":"Skip
`'No connectors or conversations exist'` on
serverless","number":213078,"url":"https://github.com/elastic/kibana/pull/213078","mergeCommit":{"message":"Skip
`'No connectors or conversations exist'` on serverless (#213078)\n\n##
Summary\n\nFixes\nhttps://buildkite.com/elastic/kibana-serverless-security-solution-quality-gate-gen-ai/builds/2139#_\n\n\n![image](https://github.com/user-attachments/assets/0e2db8db-28d8-4097-968c-52a42b2e9b07)","sha":"f74b6b52dc7f84878488348512f0a26366d9c3c7"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/213078","number":213078,"mergeCommit":{"message":"Skip
`'No connectors or conversations exist'` on serverless (#213078)\n\n##
Summary\n\nFixes\nhttps://buildkite.com/elastic/kibana-serverless-security-solution-quality-gate-gen-ai/builds/2139#_\n\n\n![image](https://github.com/user-attachments/assets/0e2db8db-28d8-4097-968c-52a42b2e9b07)","sha":"f74b6b52dc7f84878488348512f0a26366d9c3c7"}},{"branch":"8.x","label":"v8.19.0","branchLabelMappingKey":"^v8.19.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Patryk Kopyciński <contact@patrykkopycinski.com>
  • Loading branch information
kibanamachine and patrykkopycinski authored Mar 4, 2025
1 parent 3443119 commit 28d6da2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ describe('AI Assistant Conversations', { tags: ['@ess', '@serverless'] }, () =>
waitForConversation(mockConvo1);
waitForConversation(mockConvo2);
});
describe('No connectors or conversations exist', () => {
// On serverless we provide deafult .inference `Elastic LLM` connector
describe('No connectors or conversations exist', { tags: ['@skipInServerless'] }, () => {
it('Shows welcome setup when no connectors or conversations exist', () => {
visitGetStartedPage();
openAssistant();
Expand Down

0 comments on commit 28d6da2

Please sign in to comment.