skip flaky suite (#170357)

This commit is contained in:
Tiago Costa 2023-12-19 17:29:48 +00:00
parent ea9a6415eb
commit 583e9c5faa
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -85,7 +85,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
return tableData;
};
describe('endpoint list', function () {
// FLAKY: https://github.com/elastic/kibana/issues/170357
describe.skip('endpoint list', function () {
targetTags(this, ['@ess', '@serverless']);
let indexedData: IndexedHostsAndAlertsResponse;