Skip to content

Commit 5f5f4d1

Browse files
committed
skip flaky suite (elastic#237487)
1 parent e438b4c commit 5f5f4d1

File tree

1 file changed

+2
-1
lines changed
  • x-pack/solutions/security/test/security_solution_cypress/cypress/e2e/ai_assistant

1 file changed

+2
-1
lines changed

x-pack/solutions/security/test/security_solution_cypress/cypress/e2e/ai_assistant/conversations.cy.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ describe('AI Assistant Conversations', { tags: ['@ess', '@serverless'] }, () =>
7878
assertConnectorSelected('My OpenAI Connector');
7979
});
8080
});
81-
describe('When no conversations exist but connectors do exist, show empty convo', () => {
81+
// FLAKY: https://github.com/elastic/kibana/issues/237487
82+
describe.skip('When no conversations exist but connectors do exist, show empty convo', () => {
8283
beforeEach(() => {
8384
createAzureConnector();
8485
});

0 commit comments

Comments
 (0)