mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#201837)
This commit is contained in:
parent
72bb3973b0
commit
ce8be96afe
1 changed files with 2 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue