skip failing test suite (#154917)

This commit is contained in:
Kibana Machine 2023-04-13 10:50:10 -04:00
parent c7c5a21680
commit b07203d937

View file

@ -81,7 +81,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
return tableData;
};
describe('endpoint list', function () {
// Failing: See https://github.com/elastic/kibana/issues/154917
describe.skip('endpoint list', function () {
const sleep = (ms = 100) => new Promise((resolve) => setTimeout(resolve, ms));
let indexedData: IndexedHostsAndAlertsResponse;
describe('when initially navigating to page', () => {