mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
skip flaky suite (#204167)
This commit is contained in:
parent
8e78b8ec7c
commit
e10e6ff73e
1 changed files with 2 additions and 1 deletions
|
@ -47,7 +47,8 @@ import {
|
||||||
} from '../../screens/ai_assistant';
|
} from '../../screens/ai_assistant';
|
||||||
import { visit, visitGetStartedPage } from '../../tasks/navigation';
|
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(() => {
|
beforeEach(() => {
|
||||||
deleteConnectors();
|
deleteConnectors();
|
||||||
deleteConversations();
|
deleteConversations();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue