Skip to content

Commit

Permalink
skip flaky suite (elastic#199648)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Dec 11, 2024
1 parent c5e8b7e commit 36d7d55
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down

0 comments on commit 36d7d55

Please sign in to comment.