skip failing test suite (#154916)

This commit is contained in:
Kibana Machine 2023-04-13 10:52:29 -04:00
parent b07203d937
commit b1882495f0

View file

@ -82,6 +82,7 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
};
// Failing: See https://github.com/elastic/kibana/issues/154917
// Failing: See https://github.com/elastic/kibana/issues/154916
describe.skip('endpoint list', function () {
const sleep = (ms = 100) => new Promise((resolve) => setTimeout(resolve, ms));
let indexedData: IndexedHostsAndAlertsResponse;