mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[Security Solution][Endpoint] Update test data for endpoint list FTR tests and un-skip test suite (#155060)
## Summary - Update test data for endpoint list FTR tests and un-skip test suite Fixes #154916 Fixes #154917
This commit is contained in:
parent
581bfb37b3
commit
6f0b64ce63
1 changed files with 3 additions and 5 deletions
|
@ -37,7 +37,7 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
|
|||
'x',
|
||||
'x',
|
||||
'Warning',
|
||||
'Linux',
|
||||
'macOS',
|
||||
'10.2.17.24, 10.56.215.200,10.254.196.130',
|
||||
'x',
|
||||
'x',
|
||||
|
@ -59,7 +59,7 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
|
|||
'x',
|
||||
'x',
|
||||
'Warning',
|
||||
'Linux',
|
||||
'macOS',
|
||||
'10.87.11.145, 10.117.106.109,10.242.136.97',
|
||||
'x',
|
||||
'x',
|
||||
|
@ -81,9 +81,7 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
|
|||
return tableData;
|
||||
};
|
||||
|
||||
// Failing: See https://github.com/elastic/kibana/issues/154917
|
||||
// Failing: See https://github.com/elastic/kibana/issues/154916
|
||||
describe.skip('endpoint list', function () {
|
||||
describe('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