Skip to content

Commit

Permalink
Skip 'No connectors or conversations exist' on serverless
Browse files Browse the repository at this point in the history
  • Loading branch information
patrykkopycinski committed Mar 4, 2025
1 parent 2473d59 commit e6bf0bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ describe('AI Assistant Conversations', { tags: ['@ess', '@serverless'] }, () =>
waitForConversation(mockConvo1);
waitForConversation(mockConvo2);
});
describe('No connectors or conversations exist', () => {
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 e6bf0bb

Please sign in to comment.