Skip to content

Commit

Permalink
skip flaky suite (#157060)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Aug 14, 2023
1 parent 3b70152 commit 6d73560
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,8 @@ describe('EditConnectorFlyout', () => {
});
});

describe('Submitting', () => {
// FLAKY: https://github.com/elastic/kibana/issues/157060
describe.skip('Submitting', () => {
it('updates the connector correctly', async () => {
const { getByTestId } = appMockRenderer.render(
<EditConnectorFlyout
Expand Down

0 comments on commit 6d73560

Please sign in to comment.