Skip to content

Commit

Permalink
Merge branch '8.12' into backport/8.12/pr-175720
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored Jan 27, 2024
2 parents 2fcd0fc + 73e3af5 commit f39b8d6
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,9 @@ describe('CasesWebhookActionConnectorFields renders', () => {
// this validation is tested in the main validation section
});

describe('Validation', () => {
// FLAKY: https://github.com/elastic/kibana/issues/175497
// FLAKY: https://github.com/elastic/kibana/issues/175498
describe.skip('Validation', () => {
const onSubmit = jest.fn();

beforeEach(() => {
Expand Down

0 comments on commit f39b8d6

Please sign in to comment.