mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip flaky suite (#178026)
This commit is contained in:
parent
a925d25711
commit
86a74a7fea
1 changed files with 2 additions and 1 deletions
|
@ -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(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue