skip flaky suite (#170357)

This commit is contained in:
Tiago Costa 2023-11-02 15:23:08 +00:00
parent cdc55d7ca9
commit d8b54cd729
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -117,7 +117,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
await pageObjects.endpoint.navigateToEndpointList();
});
describe('when there is data,', () => {
// FLAKY: https://github.com/elastic/kibana/issues/170357
describe.skip('when there is data,', () => {
before(async () => {
indexedData = await endpointTestResources.loadEndpointData({ numHosts: 3 });
await pageObjects.endpoint.navigateToEndpointList();