mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip failing test suite (#154916)
This commit is contained in:
parent
b07203d937
commit
b1882495f0
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue