mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#115489)
This commit is contained in:
parent
eef0285933
commit
97a234bd6a
1 changed files with 2 additions and 1 deletions
|
@ -133,7 +133,8 @@ const timepickerRanges = [
|
|||
jest.mock('../../../../common/lib/kibana');
|
||||
jest.mock('../../../../common/hooks/use_license');
|
||||
|
||||
describe('when on the endpoint list page', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/115489
|
||||
describe.skip('when on the endpoint list page', () => {
|
||||
const docGenerator = new EndpointDocGenerator();
|
||||
const { act, screen, fireEvent, waitFor } = reactTestingLibrary;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue