mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#143408)
This commit is contained in:
parent
de647f64f7
commit
69c72cb284
1 changed files with 2 additions and 1 deletions
|
@ -446,7 +446,8 @@ describe('Create case', () => {
|
|||
});
|
||||
});
|
||||
|
||||
describe('Step 2 - Connector Fields', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/143408
|
||||
describe.skip('Step 2 - Connector Fields', () => {
|
||||
it(`should submit and push to resilient connector`, async () => {
|
||||
useGetConnectorsMock.mockReturnValue({
|
||||
...sampleConnectorData,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue