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