skip flaky suite, #114249, #114250

This commit is contained in:
Jonathan Budzenski 2021-10-07 09:49:55 -05:00
parent ba2addfce2
commit 4c8448919b

View file

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