skip flaky suite (#205731)

This commit is contained in:
Tiago Costa 2025-01-14 21:33:51 +00:00
parent 5803366e04
commit 2039dab1ca
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -358,7 +358,8 @@ describe('CasesWebhookActionConnectorFields renders', () => {
// this validation is tested in the main validation section
});
describe('Validation', () => {
// FLAKY: https://github.com/elastic/kibana/issues/205731
describe.skip('Validation', () => {
const onSubmit = jest.fn();
beforeEach(() => {