mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip flaky suite (#157060)
This commit is contained in:
parent
3b7015251c
commit
6d73560735
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue