skip flaky suite (#115489)

This commit is contained in:
spalger 2022-01-26 10:12:05 -07:00
parent eef0285933
commit 97a234bd6a

View file

@ -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;