skip failing test suite (#148111)

This commit is contained in:
Kibana Machine 2023-01-05 08:59:34 -05:00
parent 0a0ea799ef
commit ee3869b0cd

View file

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