skip flaky suite (#163883)

This commit is contained in:
Tiago Costa 2023-08-14 23:44:21 +01:00
parent 83d9644b74
commit c247572103
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

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