Skip to content

Commit

Permalink
skip flaky suite (#175497 , #175498)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jan 27, 2024
1 parent 9530783 commit 73e3af5
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 73e3af5

Please sign in to comment.