Skip to content

Commit

Permalink
skip flaky suite (elastic#201837)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Dec 16, 2024
1 parent 72bb397 commit ce8be96
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ const mockPagination = {
pageSizeOptions: [10, 20, 50],
};

describe('AgentBasedPackagePoliciesTable', () => {
// FLAKY: https://github.com/elastic/kibana/issues/201837
describe.skip('AgentBasedPackagePoliciesTable', () => {
it('renders the table with package policies', async () => {
const renderer = createIntegrationsTestRendererMock();
const result = renderer.render(
Expand Down

0 comments on commit ce8be96

Please sign in to comment.