mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing test suite (#148111)
This commit is contained in:
parent
0a0ea799ef
commit
ee3869b0cd
1 changed files with 2 additions and 1 deletions
|
@ -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', () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue