mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip failing suite (#204167)
This commit is contained in:
parent
fa8bf6b2d7
commit
bcf6d17d22
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue