Skip to content

Commit

Permalink
skip flaky suite (elastic#201738)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and CAWilson94 committed Dec 12, 2024
1 parent ed197f3 commit 7116b80
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ const mockSendGetAgents = sendGetAgents as jest.Mock;
const mockUseGetPackageInfoByKeyQuery = useGetPackageInfoByKeyQuery as jest.Mock;
const mockUsePollingIncomingData = usePollingIncomingData as jest.Mock;

describe('AgentlessEnrollmentFlyout', () => {
// FLAKY: https://github.com/elastic/kibana/issues/201738
describe.skip('AgentlessEnrollmentFlyout', () => {
const onClose = jest.fn();
const packagePolicy: PackagePolicy = {
id: 'test-package-policy-id',
Expand Down

0 comments on commit 7116b80

Please sign in to comment.