Skip to content

Commit

Permalink
skip flaky suite (#189038)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 28, 2024
1 parent 98d807c commit a652f4f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@ describe('useAgentless', () => {
});
});

describe('useSetupTechnology', () => {
// FLAKY: https://github.com/elastic/kibana/issues/189038
describe.skip('useSetupTechnology', () => {
const setNewAgentPolicy = jest.fn();
const updateAgentPoliciesMock = jest.fn();
const setSelectedPolicyTabMock = jest.fn();
Expand Down

0 comments on commit a652f4f

Please sign in to comment.