Skip to content

Commit

Permalink
skip failing test suite (#204167)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Dec 16, 2024
1 parent 90c4c2c commit 1ac650b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ import {
} from '../../screens/ai_assistant';
import { visit, visitGetStartedPage } from '../../tasks/navigation';

describe('AI Assistant Conversations', { tags: ['@ess', '@serverless'] }, () => {
// Failing: See https://github.com/elastic/kibana/issues/204167
describe.skip('AI Assistant Conversations', { tags: ['@ess', '@serverless'] }, () => {
beforeEach(() => {
deleteConnectors();
deleteConversations();
Expand Down

0 comments on commit 1ac650b

Please sign in to comment.