skip flaky suite (#178026)

This commit is contained in:
Tiago Costa 2024-03-05 18:36:41 +00:00
parent a925d25711
commit 86a74a7fea
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -19,7 +19,8 @@ const { wrapper: queryWrapper } = createQueryWrapperMock();
// TODO: Port this code over to the package: packages/kbn-securitysolution-list-hooks/src/use_read_list_index/index.test.ts once kibana has mocks in packages
describe('useReadListIndex', () => {
// FLAKY: https://github.com/elastic/kibana/issues/178026
describe.skip('useReadListIndex', () => {
let httpMock: ReturnType<typeof httpServiceMock.createStartContract>;
beforeEach(() => {