mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
skip flaky suite (#199648)
This commit is contained in:
parent
c5e8b7e722
commit
36d7d5541b
1 changed files with 2 additions and 1 deletions
|
@ -419,7 +419,8 @@ describe('StepDefineRule', () => {
|
|||
});
|
||||
});
|
||||
|
||||
describe('related integrations', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/199648
|
||||
describe.skip('related integrations', () => {
|
||||
beforeEach(() => {
|
||||
fleetIntegrationsApi.fetchAllIntegrations.mockResolvedValue({
|
||||
integrations: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue